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

#mainBox {
	width: 490px;
	height:340px;
	background-color:#CCCCCC;
	float:left;
	border:#000000 solid 0px;
	}
	

#subBox {
	margin-left:20px;
	margin-top: 0;
	float:left;
	}

#subBox a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#subBoxMV {
	width: 290px;
	background-color:#CCCCCC;
	margin-left:20px;
	margin-top:20px;
	float:left;
	}
	
#topLogos {
	float:right;
	text-align:right;
	padding-top: 25px;
	}
#topLogos img {
	margin-left: 5px;
	}
	
.smallpic {
	float:left;
	margin: -85px 20px 0 0 ;
}
