@charset "utf-8";
/* CSS Document */

body {
	background-attachment:fixed;
	background-color:#000;
	background-image:url(../a/bgsun.jpg); 
	background-position:right top;
	background-repeat:no-repeat;
	margin:auto;
	padding:auto;
	font-size:0.8em;
	font-family:"Myriad Web Pro";
}

#frame {
	border-right: thin #FC0 groove;
	width:500px;
	height:auto;
	float:left;
	background-image:url(../a/bg.jpg);
	background-attachment:fixed;
}

#banner {
	background-image:url(../a/banner.jpg);
	width:500px;
	height:200px;
}

.main {
	padding:0.5em;
	background-image:url(../a/bga.jpg);
	width:450px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	line-height:1.5em;
}

#foot {
	margin-top:1em;
	background-image:url(../a/ft.jpg);
	width:500px;
	height:20px;
	clear:both;
}

h1 {
	font-size:1.5em;
	color: #FF9;
	text-align:center;
}

a {
	text-decoration:none;
	color:#03F;
}

a:hover {
	text-decoration:underline;
	color: #FFF;
}
