/* CSS Document */

body
{
	/*
padding: 0 0;
	margin:0 0;
	background-image:url(../art/bg_body.gif);
	background-repeat:repeat;
	
	font-size: 14px;
	color: #666666;
	font-family: arial;
*/
	padding: 0 0;
	margin:0 0;
	
	background: #FFFFFF url(../img/bg_posters.jpg) center center fixed no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	
	font-size: 14px;
	color: #666666;
	font-family: arial;

}

a.facebook-icon {
	width: 40px;
	height: 40px;
	float: left;
	clear: none;
	margin-right: 10px;
	background: transparent url(../img/social_sprite.png) 0 0 no-repeat;
	outline: none;
	border: none;
}

a.facebook-icon:hover {
	background: transparent url(../img/social_sprite.png) 0 -40px no-repeat;
}

a.twitter-icon {
	width: 40px;
	height: 40px;
	float: left;
	clear: none;
	margin-right: 10px;
	background: transparent url(../img/social_sprite.png) -40px 0 no-repeat;
	outline: none;
	border: none;
}

a.twitter-icon:hover {
	background: transparent url(../img/social_sprite.png) -40px -40px no-repeat;
}

a.youtube-icon {
	width: 40px;
	height: 40px;
	float: left;
	clear: none;
	margin-right: 10px;
	background: transparent url(../img/social_sprite.png) -80px 0 no-repeat;
	outline: none;
	border: none;
}

a.youtube-icon:hover {
	background: transparent url(../img/social_sprite.png) -80px -40px no-repeat;
}

td
{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	font-family: arial;

}

/*.flash*/
.main_bg
{

	width:100%;
/*	height:257px;
/*	position:absolute;
	top:0;
	left:0;*/
	/* background-image:url(../art/bg_flash.gif); */
	/* background-repeat:repeat-x; */
}

/*div#wrapper*/
.wrapper
{
	width:752px; /* changed from 752 */

	margin:0px auto;
	height:auto;
/*	background-image:url(../art/bg_main.gif);*/
	background-repeat:repeat-y;

	background: #ffffff;

/*	padding: 22px;*/

}

div#content
{
	width:752px;  /* changed from 752 */
	min-height:400px; 
    _height:400px; 
	
	margin:0px auto;
/*	background-image:url(../art/main_top.gif);*/
	background-image:url(../img/main_content_grad_bar.jpg);

	background-repeat: no-repeat;


}

.contentPadding 
{ 
    padding: 25px; 
	/*border: 1px solid #666666;*/
	width: 752px;
}

div#footer
{
	width:752px;
	height:30px;
	margin:0px auto;
	background-image:url(../art/footer.gif);
}

iframe {
	border: none !important;
}
