@charset "utf-8";
body {
	background-image: url(/images/astroshark/stars_bg.jpg);
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;
}

#content {
	background-image: url(/images/astroshark/purple_bg.png);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	min-height:1500px;
	padding:20px 0 20px 0;
}
#nav {
	width: 1024px;
	height: 80px;
}
.navBtn {
	float: left;
	/*background-image: url(/images/astroshark/purple_bg.png);*/
}
.navBtn img {
	border:none;
}
a:link{
	border:none;
}
a:active {
	color:yellow;
}
#logo {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.ftlft {
	float:left;
}
.margin_center{
	margin-left:auto;
	margin-right:auto;
}

