﻿html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
	text-align:left;
}
body {
	background: #ffdba5 url('../../images/mainBacker.png') repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/*-------------------------------- BEGIN LAYOUT ----------------------------------------- */

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 790px;
	height: 100%;
	background: #ffffff;
}
#header{
	width: 790px;
	height: 144px;
	background: #ffffff url('../../images/topBacker.png') repeat-x top left;
	float:left;
}
#header h1 a{
	width: 367px;
	height: 134px;
	background: transparent url('../../images/logoSoireeRec-trans.png') no-repeat top left;
	display: block;
	text-indent: -99999px;
	cursor:pointer;
	float:left;
}
#header h2 {
	width: 258px;
	height: 103px;
	background: transparent url('../../images/sponsorBacker-trans.png') no-repeat top left;
	cursor:pointer;
	float:right;
	margin: 10px 20px 0px 0px;
	text-align:center;
}
#header h2 a{
	display:block;
	margin: 38px 10px 0px 40px; 
}
#videoContent{
	width: 790px;
	float: left;
	background:#ffffff;
	border-top: 1px solid #d2dadd;
}

#sponsors {
	padding: 20px 0px;
	width: 790px;
	text-align:center;
	float: left;
	background:#ffffff;
}
#sponsors li {
	display:inline;
	margin: 20px;
	height: 40px;
}
#sponsors li img{
	vertical-align:middle;
}

#flex{
	width: 790px;
	float: left;
	text-align:center;
	background:#ffffff;
	border-top: 1px solid #d2dadd;
	padding-bottom: 50px;
	padding-top: 20px;
	font-size: 11px;
	color: #d2dadd;
}

#flex a, a:hover{
	color: #d2dadd;
}



















