* {
    margin: 0;
    padding: 0;
}

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

#container {
	background-image: url(../images/landing_background.jpg);
	position: relative;
	height: 680px;
	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: #FFFFFF;
	font-size: 12px;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000000;
}


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

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

#content a:hover {
	color: #cc3333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: auto;
	display: inline;
}

.subhead {
	font-weight: bold;
}


/*Product Kit Download*/

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

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

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