body {
	background-color: #D8D8D8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 127px;
	width: 800px;
}
#header a{
	font-weight: bold;
	color: #D8D8D8;
	text-decoration: none;	
}


#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	width: 800px;
	padding-left: 20px;
}
#footer2 {
	background-color: #2A3129;
	height: 55px;
	width: 800px;
	color: #D8D8D8;
	font-size: 12px;
	text-align: center;
}
#footer2 a {
	font-weight: bold;
	color: #D8D8D8;	
}
a img{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #090;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #090;  	
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 800px;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #D8D8D8;
	letter-spacing: 4px;
	font-weight: bold;
	padding-top: 106px;
}
