@charset "utf-8";
/* CSS Document */

body {
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;  
 	font-size: 100%;  
 	font-weight: normal;
 	line-height: 160%;
	background-color: #000;
	color: #000;
	margin: 0 0;
	padding: 0 0;
}

main {
}


#head {
	background: url(img/conenct.jpg) no-repeat;
	background-color: #000;
	height: 35px;
	width: 100%;
}

#content {
	width: 900px;
	margin: 15px auto;

}

#footer {
	width: 900px;
	text-align: center;
	margin: 15px auto;
}

a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


