/* CSS Document */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0
}


body {
background-color: #000000;


}

#top_space {
width: 10px;
height: 30px;

}

#main {
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 751px;
	height: 400px;
	padding-left: 50px;
	padding-bottom: 50px;
}

#logo {
	margin: 0 auto;
	height: 252px;
	width: 340px;
	position: relative;
	background-image: url(images/logo_sm.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}

#preorder {

float: left;

}


#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 35px;
	position: absolute;
	left: 0px;
	top: 67px;
}

#cards_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#cards_actual {
	position: absolute;
	top: 0px;
	left: 200px;
	height: 23px;
	width: 23px;
	visibility: hidden;
	
}

#top_content {
padding-top: 50px;
margin: 0 auto;
}

#buynow {
	padding-top: 10px;
	float: left;
	padding-left: 15px;

}

#buynow_actual {
padding-left: 20px;
padding-bottom: 20px;

}

 
 
 /* footer.php */
  
  #footer {
  	margin: 0 auto;
	width: 680px;
	height: 30px;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	text-align: center;

	}
	
	
	#footer a{
	color: #000000;
	text-decoration: underline;
	}
	
	#footer a:hover{
	text-decoration: none;
	}
  /* footer.php */
  
#bottom_content{
width: 680px;
margin:0 auto;
padding: 20px;

}

#copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	background-color: #FFFFFF;
	}

