/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#04395c;
	background-color:#ecebec;
	background-image:url(/images/body_back.gif);
	background-repeat:repeat-y;
}

#wrapper{
	width:997px;
	margin:0 auto;
}	

#logo{
	display:block; width:100%;
	margin-bottom:20px;
}

h1{
	font-size:36px;
	color:#1a5881;
}

h1 .movie_title{
	color:#73b8cf;
}

h1 .free{
	color:#ffffff;
	background-color:#000;
}

#left{
	width:528px;
	float:left;
	
}

#right{
	float:right;
	width:420px;
}

#movie{
	height:213px;
	overflow:hidden;
	width:100%;
	margin-top:10px;
	
	
}

#movie #details{
	float:left;
	width:255px;
	height:100%;
	background-color:#c2dae4;
	
}

#movie #poster{
	float:right;
	width:147px;
}

#graboid_btn{
	position:relative;
	left:50px;
	width:297px;
}

#graboid_btn a{
	width:297px;
	height:38px;
	display:block;
	background-image:url(btn1.jpg);
	background-repeat:no-repeat;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	padding-top:14px;
	text-decoration:none;
}
#graboid_btn2{
	position:relative;
	left:60px;
	width:297px;
}

#graboid_btn2 a{
	width:297px;
	height:38px;
	display:block;
	background-image:url(btn2.jpg);
	background-repeat:no-repeat;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	padding-top:14px;
	text-decoration:none;
}

#graboid_info{
	color:#ffffff;
	background-color:#1a3165;
	padding:5px;
	text-align:justify;
}

#footer{
	width:100%;
	text-align:center;
	font-size:11px;
	color:#999999;
	
}

#footer a{
	color:#333333;
}
