@charset "utf-8";
/* CSS Document */

body {
	background: url(../img/bg.gif);
	margin: 0px;
	padding: 0px;
}
div {
	font: normal 12px Verdana, sans-serif;
	color: #666666;
}
a {
	color: #ff9900;
	text-decoration: none;
}
a:hover	{
	color: #cc6600;
	text-decoration: underline;
}
#content {
	position: relative;
	background: #ffffff url(../img/contentbg.gif) top no-repeat;
	width: 1000px;
	height: 900px;
	margin: 0px auto;
}
#flash {
	position: absolute;
	top: 114px;
	left: 19px;
	width: 960px;
	height: 465px;
	z-index: 1;
}
#about {
	background: url(../img/about.gif) left 640px no-repeat;
	width: 660px;
	margin: 0px auto;
	padding-top: 720px;
}
#footer {
	position: absolute;
	bottom: 20px;
	width: 1000px;
	height: 12px;
	text-align: center;
	letter-spacing: 2px;
	color: #333333;
	font-size: 10px;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #ff9900;
}
#stores {
	background: #ffffff;
	width: 300px;
	margin: 25px auto;
	padding: 25px;
}
