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



body {
	background: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
/*LINK PREFERENCES*/
a {
	text-decoration:none;
}
div#footer a, div#footer a:visited {
	text-decoration:none;
	color:#999;
	font-size:10px;
}
div#footer a:hover {
	color:#666;
}

/* END LINK PREFERENCES*/




/*IMAGES PREFERENCES*/

img{
	border:none;
}

div#social img {
	margin:0;
	
}
/*END IMAGES*/

/*COLOR PREFERENCES*/

span.blue{
	color:#069;
}


div#footer p {
	color:#999;
	font-size:10px;
}
/*END COLOR*/

/*STRUTURE*/

div#container {
	width:1152px;
	height:1000px;
	background: #000;
	margin:20px auto 0px auto;
	
}

div#header {
	width:1200px;
	height:100px;
	background:#B0DFDD;
	float:left;
}

div#banner {
	width:1200px;
	height:320px;
	background:#CCCCCC;
	float:left;
}
div#show {
	height:320px;
}
div#content {
	width:1200px;
	height:500px;
	background: url(images/content_bg.png) repeat-x;
	float:left;
}
div#footer {
	width:1200px;
	height:25px;
	background:#FFFFFF;
	float:left;
	text-align:center;
	padding:0 0 20px 0;
}

/*END STRUCTURE*/
