@charset "UTF-8";
/* CSS Document */

body
{
background-image:url('images/Bottom_texture.jpg');
background-repeat:repeat-x;
}
.main_content{
	width: 915px;
	height: 400px;
	margin: auto;
	margin-top: 100px;
	padding-top: 15px;
	padding-left: 2px;
	background-image:url('images/new-bg.png');
    background-repeat:no-repeat;
}
.main_content_flash{
	width: 1024px;
	margin-top: 20px;
	height: 490px;
	margin: auto;
	margin-top:80px;
	background-image:url('images/new-bg.png');
    background-repeat:no-repeat;
	background-position:center; 
}

.blurb{
	margin-top:-80px;
	margin: auto;
	width: 305px;
	
}