/* ///////////////////////////////////////////////////// */ 
/* /////////////////// GLOBAL STYLES /////////////////// */
/* ///////////////////////////////////////////////////// */ 

body
	{
		background-color: #999999;
		margin: 20px 0px 0px 0px;
	}


.siteContainer
	{
		width: 100%;
		height: 650px;
	}

.contentContainer
	{
		width: 950px;
		height: 650px;
		background-image: url(../images/RSF_MICRO_SITE_7.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
.videoPlayer
	{
		width: 500px;
		height: 307px;
		background-repeat: no-repeat;
		margin-top: 168px;
		margin-left: 225px;
		position:absolute;
	}
	
.coAd
	{
		width: 468px;
		height: 60px;
		margin-top:492px;
		margin-left: 240px;
		position:absolute;
		border: 1px solid #000000;
	}

.footer
	{
		width: 950px;
		height: 60px;
		margin-top:585px;
		margin-left: 0px;
		position:absolute;
	}
