/* CSS Document */

body {
	background-image:url(images/back.png);
	background-repeat:repeat;
	background-color:#0d101c;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	}
	
	
#main {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position: top left;
	width:960px;
	
	
}

#info {
	width:239px;
	height:106;
	margin-left:695px;
	padding-top:45px;
	}
	
#conteudo {
	width:890px;
	margin-top:80px;
	margin-left:70px;
}

#thumbs {
	width:209px;
	height:137px;
	float:left;
	margin-right:9px;
	margin-bottom:9px;
}

#return {
	width:35px;
	height:17px;
	float:right;
	margin-top:55px;
	margin-right:30px;
	}

#desc {
	
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}

#video {
	width:250px;
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}

#boards {
	width:860px;
	margin-bottom:12px;
	}
	
#footer {
width:135px;
height:75px;
margin-left:830px;
margin-top:30px;
}

