/* CSS Document */
body {
	background-color: #191d29;
	margin:30px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
    width:800px;
}
body,td,th {
	font-family: "verdana";
	font-size: 12px;
	line-height: 105%;
	color: #5F5F5F;
}
.line {
	line-height: 120%;
}
.style2 {
	color: #1a3d6c;
	font-weight: bold;
}
.style3 {
	color: #888888;
	font-size: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style4 {font-size: 10px}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	margin:0; padding:0;
}
	
/*layout style*/
#wrapper{
	background-color:#EDEDED;
	width:804px;
    height:100%;
    min-height: 100%;
	text-align:left;
	position:relative;
    padding-bottom:30px;
}
body > #wrapper {
    height: auto;
}
#header{
	width:217px;
	height:44px;
	background:url(images/logo_richprizes.gif) no-repeat left top;
	margin:0px 30px;
}
#header h1{margin:0; padding:0; display:none;}

#cover{
	width:744px;
	height:264px;
	background:url(images/cover.jpg) no-repeat center top;
	margin:5px 30px 10px 30px;
}
#cover h1{margin:0; padding:0; display:none;}
#headline{
	width:744px;
	height:29px;
	background:url(images/headline.gif) no-repeat;
	margin-left:30px;
	margin-bottom:10px;
}
#headline h2{margin:0; padding:0;display:none;}
#left{
	width:284px;
	padding:0 5px 10px 30px;
	float:left;
}
#left h2{
	width:284px;
	height:53px;
	background:url(images/title_sony_blueray.gif) no-repeat;
	margin:0; padding:0;
}
#left h2 span{display:none;}
#left table.glance{
	/*background-color:#57AADF;*/
	background-color:#DFE8ED;
	width:284px;
}
#left table.glance tr{
	border-bottom:285px solid #ffffff;
}
#left table.glance td.col1{
	font-size:10px;
	width:200px;
	border-bottom:1px solid #ffffff;
}
#left table.glance td.col2{
	font-size:10px;
	width:200px;
	border-bottom:1px solid #ffffff;
}
#left table.glance td.col1b{
	font-size:10px;
	width:200px;
}
#left table.glance td.col2b{
	font-size:10px;
	width:200px;
}
/*right side*/
#right{
	 width:445px;
	 float:right;
	 padding-right:30px;
}
#right h2{
	width:445px;
	height:93px;
	background:url(images/title_get_free.gif) no-repeat top left;
	margin-bottom:10px; padding:0;
}
#right h2 span{margin:0; padding:0;display:none;}
#right table.zip{
	background:url(images/bg_enter_zip.gif) no-repeat top left;
	width:445px;
	height:260px;
}
#right table.zip h3 {margin:0; padding:0;display:none;}
#right table.zip .code{
 padding:58px 20px 0 100px;
 text-align:right;
}
#right table.zip .btn{
 text-align:center;
 padding:10px 20px 5px 0;
}
#right table.zip .small_font{
	color:#FFFFFF;
	font-size:9px;
	padding:0px 10px 5px 10px;
	line-height:120%;
}
/*footer*/
#footer{
	color:#999999;
	font-size:10px;
	line-height:120%;
	padding:30px;
}
#footer hr{
	border-top:1px dashed #999999;
	height: 1px;
}
#copyright{
	color#999999;
	font-size:10px;
	text-align:center;
}

