
* {
padding: 0 0 0 0;
margin: 0 0 0 0}

body{
background-image: url(starrysky.jpg); 
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
color: #FFFFFF;
}

#banner {
   width: auto;
   max-width: 100%;
   height: auto;
}

#menu ul {
	list-style-type: none;
    height: auto;
    padding: 0px;
    margin: 0 auto;
	text-align:center;
}

#menu li {
display: inline-block;
padding: 3px;
font-size: 18PX;
font-weight: bold;
text-align: center;
border-right: 1px solid #bbb;
}

#menu a {
    text-decoration: none;
    color: #dda520;
	font-weight: bold;
    padding: 5px 5px 5px 5px;
}
#menu a.active {
    background-color: #FFFFFF;
}
#menu a:hover {
    color: #ffff00;
    background-color: #dda520;
}

div.main {
width: 100%;
margin-left:auto;
margin-right: auto;

}
div.middle{ width :75%; float : left ; height: 500px; padding-right:30px;}
h1 {font-family: arial ;font-size: 14pt; text-align:center}
p {font-family:arial, serif; font-style:normal; font-weight:normal; font-size:10pt; text-align: left; margin: 5px}
div.footer{font-size: xx-small; text-align: center;}
