@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #003C73;
}
a {
	text-decoration: none;
	color: #ed53c3;
}


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #003B73;
	font-weight: bolder;
}

#box{
	width:760px;
	height: 210px;
	
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}#wrapper #box .new {
	height: 210px;
	width: 260px;
	float: left;
}
#wrapper #box .littlevids {
	height: 210px;
	width:500px;
	
	float: right;
}

