@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-color:#000;
}

a:link{color:#FFF; text-decoration:underline;}
a:visited{color:#FFF; text-decoration:underline;}
a:hover{color:#F00; text-decoration:underline;}

#main_container{
	width:700px;
	height:auto;
	margin:0 auto;
}

#sapo_link_textarea{
	width:700px;
	height:40px;
	background-image:url(images/design_11.jpg);
	font-size:14px;
	line-height:15px;
	color:#FFF;
}

#banner_title{
	width:700px;
	height:75px;
	margin:0 auto;
	padding-bottom:15px;
}

#banner_container{
	width:600px;
	height:auto;
	margin:0 auto;
}

#banner_parts{
	width:200px;
	height:740px;
	float:left;
	padding:0 0px 10px 0px;
}
#banner_parts .title{
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#FFF;
	letter-spacing:0em;
}
#banner_parts .banner{
	width:180px;
	height:600px;
}

#footer{
	width:700px;
	height:15px;
	margin:0 auto;
	font-size:10px;
	line-height:15px;
	color:#FFF;
	text-align:center;
	clear:both;
}