
* {
	padding: 0;
	margin: 0;
}
body {
	background: #164088 url(images/bg_stars.png) center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #accaff;
}
#contentwrap1 {
	width: 1004px;
	margin: 0 auto;
}
a {
	color: White;
	text-decoration: none;
}
a:hover {
	color: #de621a;
	text-decoration: underline;
}
a img {
	border: none;
}

.clearboth {
	clear: both;
}

/*----------------------------------------------------*/
/* Footer */
/*----------------------------------------------------*/

#footer {
	position: relative;
	width: 1004px;
	height: 72px;
	margin: 0 auto;
}
#footer p {
	font-size: 11px;
	text-align: right;
	padding: 45px 53px 0 0;
	color: #4388ff;
}
#footer p a {
	text-decoration: none;
	color: #4388ff;
}
#footer p a:hover {
	text-decoration: underline;
	color: #4388ff;
}
#footer p#copy {
	position: absolute;
	top: 45px;
	left: 200px;
}
#footer p#author {
	position: absolute;
	top: 45px;
	right: 200px;
}



