
*
{
	font: normal 18px/22px "Crimson Text", serif;
}

body
{
	background-color: black;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

img
{
	width: 800px;
}

h1
{
	font-size: 46px;
	color: white;
}

h2
{
	font-size: 30px;
}

hr
{
	padding: 0px;
	margin: 0px;
}

p
{
	padding: 0px;
	margin: 0px;
}

.buttonHolder
{
	position: absolute;
	margin-top: 315px;
	margin-left: 172px;

}

.bannerHeader
{
	position: absolute;
	margin-top: 42px;
	margin-left: 100px;
	text-align: center;
	width: 395px;
}

#CPD-Pic
{
	position: relative;
	top: 258px;
	left: 30px;
	width: 540px;
	height: 350px;
	background-size: 540px 350px;
	background-image: url("images/bodyimg.jpg");
}

.main
{
	width: 600px;
	background-image:url("images/background.jpg");
	padding-left: 100px;
	padding-right: 100px;
	height: 1100px;
	margin: auto;
	top: 0px;
	bottom: 0px;

}

.text
{
	overflow: auto;
	position: absolute;
	margin-top: 353px;
	margin-left: -50px;
	width: 700px;
	text-align: center;
	padding-right: 50px;
	height: 370px;
	text-align: left;
}

.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}





