@charset "utf-8";
/* CSS Document */

body{
	
	font-size: 80%;
    font-family: "Courier New", Courier, monospace;
    letter-spacing: 0.15em;
	padding:0;
	margin:0;
	background-image:url(../img/backrounds/backround3.jpg);
	/*width: 100%;
    height: 100%;
	position:fixed;
    top: 0;
    left: 0;
    z-index: -5000;*/
	outline:none;
	}

#main{
	margin: 0 auto;
    width:1182px;
}
h1{
	color:#FFF;
}

#contact{
	color:#FFF;
	font-size:18px;
	float:left;
	margin-left:-40px;
	

}
ul{
	list-style:none;
}
a:link {color:#FFF;}      /* unvisited link */
a:visited {color:#FFF;}  /* visited link */
a:hover {color:#FFF;}  /* mouse over link */
a:active {color:#FFF;}  /* selected link */
a{
	text-decoration:none;}