/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img { 
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}
ol,ul {
	list-style:none;
	}
caption,th {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border:0;
	}



/* Main CSS */

body {
	background: #222 url(../images/retro_circles.gif);
	text-align:center;
	}

#container
{
	width: 800px;
	margin: auto;
}

#header
{
	margin: 0 0 5px 0;
	height: 185px;
}

#header h1 {
	display: none;
}

#buynow
{
    width:300px;
	margin-left:auto;
	margin-right:auto; 
}

.box {
	margin: 0 0 20px 0;
	text-align: left;
	padding: 5px 5px 5px 15px;
	border: 1px dashed #333;
	background-color:#fff;
}

.box h1 {
	color: #000;
	font-size: 48px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	padding: 0;
}

.box h2 {
	color: #000;
	font-size: 32px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	padding: 0;
}

.box p {
	line-height: 1.8;
	margin:0 0 1em;
	font: 12px verdana, arial, helvetica, sans-serif;
	color: #333;
	text-align: left;
}

#footer {
	margin: 0 0 20px 0;
	text-align: left;
	padding: 5px 5px 5px 5px;
	border: 1px dashed #ccc;
	background-color: #333;
}

#footer p {
	line-height: 1.8;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #fff;
	text-align: right;
}

#footer a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

img {
	border: none;
}

.left
{
float: left;
}

.right{
float: right;
}

.clear
{
clear:both;
}
