@charset "utf-8";

body {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fefefe;
	background-color:#0a0108;
}
#header {
	background-image:url(images/header.jpg);
	height: 304px;
	width: 990px;
	
}
a img {
	border: #d81ba8 2px solid;
}
.br {
	border: none;
}
#set01 {
	float: left;
	width: 990px;
	height: 376px;
	background: url(images/set1.jpg) no-repeat;
}
#set02 {
	float: left;
	width: 990px;
	height: 184px;
	background: url(images/set2.jpg) no-repeat;	
}
#checkout {
	float: left;
	width: 990px;
	height: 80px;
	background: url(images/checkout.jpg) no-repeat;		
}
.checkout-link {
	padding-top:30px;
}
#footer1 {
	float: left;
	width: 990px;
	height: 58px;
	background: url(images/footer1.jpg) no-repeat;		
}
#footer3 {
	float: left;
	width: 990px;
	height: 87px;
	background: url(images/footer3.jpg) no-repeat;		
}
.footer {
	font-size:12px;
	color:#c28dac;
}
.footer a:link, .footer a:visited {
	font-size:12px;
	color:#d5acc4;
	text-decoration:underline;
}
.footer a:active, .footer a:hover {
	font-size:12px;
	color:#d5acc4;
	text-decoration:none;
}
