/* Meyers rest v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset rules yo */

body {
	background-color: #4BAB62;
	background-image: url('../images/pageBG.gif');
	background-repeat: repeat-x;
}

#wrapper {
	margin: 20px auto 0 auto;
	width: 800px;
}

#logo {
 margin:0 auto;
 width:350px;
}

h1 {
	font:bold 24px helvetica, arial, san-serif;
	text-align:center;
	color:#F7E402;
	margin-bottom:6px;
}

p {
	font: bold 12px hevetica, arial, san-serif;
	text-align:center;
}

a {
	color:#FCC31F;
	text-decoration: none;
}


a:active {
	color:#FF260D;
	text-decoration: none;
}


a:hover {
	color:#FF260D;
	text-decoration: none;
}

#side-a {
	float: left;
	width: 150px;
	border:0px solid red;
}

#side-b {
	float: right;
	width: 150px;
	border:0px solid blue;
}

#content { 
	float: left;
	width: 60%;
	height:500px;
	border:0px solid white;
}

#bodyDiv {
	background-image:url('../images/textBG.png');
	width:280px;
	height:161px;
	margin:20px auto 0 auto;
	padding:20px;
	font:bold 14px/18px helvetica, arial, san-serif;
	color:#1C75D6;
}

#bodyDiv a {
	color:#FF260D;
	text-decoration: none;
}

#bodyDiv a:active {
	color:#FF260D;
	text-decoration: none;
}

#bodyDiv a:hover {
	color:#FCC31F;
	text-decoration: none;
}

.contentTop {
background-image:url('../images/ContenttopBG.png');
}

.contentBody {
background-image:url('../images/ContentbodytextBG.png');
}

.contentBottom {
background-image:url('../images/ContentbottomBG.png');
}


.about {
	margin:0px 0 0 0;
	width:128px;
}

.screens {
	margin:0 0 0 40px;
	width:128px;
}

.video {
	margin:0 0 0 0px;
	width:128px;
}

.credits {
	margin:20px 0 0 -40px;
	width:128px;	
}

.help {
	margin:0 0 0 -20px;
	width:128px;
}
.buy {
	margin:0 0 0 0px;
	width:128px;
}

.creebie {
	margin:-30px 0 0 -60px;
}

#footer {
	clear: both;
	text-align:center;
	font:bold 11px helvetica, arial, san-serif;
	color: #FFFFFF;
}


#footer p {
	font:bold 9px helvetica, arial, san-serif;
	color: #FFFFFF;
}

table {
	margin-top:16px;
	}
	
table img {
	margin:6px;
}
