html, body{
    margin: 0px;
    padding: 0px;
    font-family: helvetica, arial;
    font-size: 12px;
	text-align: center;
	width: 100%;
	height: 100%;
    position: relative;
}

img{
	border: 0px;
}

h1, h2, h3, p{
	margin: 0px;
}

a{
	color: #009FDB;
	text-decoration: none;
}

#container{
	width: 100%;
	height: auto
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#header{
	float: left;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	text-align: center;
}

#header img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#mainHolder{
	float: left;
	width: 100%;
	height: 250px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

#picHolder{
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	height: 250px;
	z-index: 1;
}

div#picHolder div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 333px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: top left;
}

#picHolder div span{
	float: left;
	margin-top: 10px; 
	margin-left: 10px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

#linkHolder{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 250px;
	z-index: 999999;
}

#linkHolder a{
	float: left;
	width: 50%;
	height: 250px;
}

#graphicHolder{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 250px;
	z-index: 999989;
}

#graphicHolder img{
	position: absolute;
	right: 60px;
	bottom: 0px;
}

#body{
    position: relative;
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	line-height: 18px;
}

.upload{
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

.upload a{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border: 1px solid #dedddd;
	float: left;
}

.upload a span{
	color: #7d7d7d;
	font-size: 11px;
    font-weight: normal !IMPORTANT;
}

#trailer{
    float: left;
    clear: both;
    width: 100%;
    height: 50px;
}

#footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;  
    text-align: right;
    padding-bottom: 10px;
    color: #7d7d7d;
}

#footer a{
    color: #7d7d7d;
}

a.leftButton{
    float: right;
    width: 24px;
    height: 19px;
    background-image: URL('img/leftButton.png');
}

a.rightButton{
    float: right;
    width: 24px;
    height: 19px;
    background-image: URL('img/rightButton.png');
}

a.playButton{
    float: right;
    width: 35px;
    height: 19px;
    background-image: URL('img/playButton.png');
}

a.pauseButton{
    float: right;
    width: 35px;
    height: 19px;
    background-image: URL('img/pauseButton.png');
}

.subNav{
    float: left;
    width: 800px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.subNav a{
    float: left;
    width: auto;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
    font-weight: bold;
    color: #000000;
}

a.subNavOn{
    background-color: #CCCCCC;
}
