/* CSS Document */
body{
	background-image:url('/images/bgrepeat.gif');
	background-repeat:repeat-x;
	background-position:top;
	font: normal 12px arial, helvetica, sans-serif;
	text-align:center;
	margin:0px;
}

#siteContents {
	width:728px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#blackArea {
	position:absolute;
	top:173px;
	height:282px;
	width:728px;;
}

#flashPlayer{
	position:relative;
	top:11px;
	width:320px;
	height:260px;
	background-color:#4D4D4D;
}

#moreInfo{
	position:absolute;
	left:342px;
	top:65px;
	width:185px;
	color:#fff;
	font-size:10px;
}

#moreInfo input, #moreInfo textarea{
	color:#fff;
	border:1px solid #4E4E4E;
	background-color:#000;
	font-size:11px;
	width:182px;
}

#moreInfo .submitBtn{
	border:0px;
	width:41px;
}

#whiteArea{
	position:absolute;
	top:455px;
	width:728px;
	background-image:url('/images/dvdbottomtip.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:15px;
}

form {
	margin:0px;
}

a img{
	border:0px;
}

#blackArea a {
	color:#FFFFFF;	
}

#blackArea a:visited {
	color:#FFFFFF;	
}

#whiteArea a {
	text-decoration: none;
	font-weight: bold;
	color:#CC0000;
}

#whiteArea a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#CC0000;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.clear {
	clear:both;
}

.marginBottom5{
	margin-bottom:5px;
}

.headline {
	font-size: 1.3em;
	font-weight: bold;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
}

.tinytext a {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 8px;
}