* {
    margin: 0;
    padding: 0;
}

body {
	background-color: #C0C0C0;
	text-align: center;
}

#container {
	position: relative;
	height: 640px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(../images/gaming-bg-8.10.jpg);
}


#content {
	position: absolute;
	width: 670px;
	top: 385px;
	text-align: left;
	margin: auto;
	right: 20px;
	line-height: 20px;
}

#content a {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	color: #cc3333;
}
#heading {
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	width: 860px;
	left: 25px;
	top: 40px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	display: inline;
	line-height: 30px;
}

p {
	padding-bottom: 10px;

}

.subhead {
	font-weight: bold;
}


/*Product Kit Download*/

#product {
	position: absolute;
	width: 160px;
	top: 380px;
	left: 25px;
	text-align: center;
	z-index: 50;
}

#product a {
	color:#000;
	text-decoration:none;
}

#product a:hover {
	color:#cc3333;
	text-decoration:none;
	
}
#logo {
	position: absolute;
	height: 79px;
	width: 488px;
	bottom: 25px;
	right: 40px;
}
