a{
 color: #999999;
text-decoration: none;
}
a:hover{
text-decoration: none;
 color: #ffffff;
}
html,body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
}
#page{
  position: absolute;
  width: 800px;
  height: 600px;
  margin-bottom: -300px;
  margin-left: -400px;
  left: 50%;
  bottom: 50%;
  text-align: left;
}
#main {
 position: relative;
 width: 100%;
  height: 500px;
  border: 1px solid #cccccc;
}
#header {
  width: 100%;
  padding: 0;
  margin: 0px auto;

}
#footer {
  color: #ffffff;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0px auto;
  width: 100%;
  height: 60px;
 position: relative;
  bottom: 70px;
}

.menu
{

	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
  background-color: #111111;
 border: 1px solid #333333;
color: #ffffff;
   list-style-type: none;
   margin: 0 auto;
   padding: 0;
  width: 100%;
   text-align: center;
}

.menu li { display: inline; }

.menu a
{
width: 100px;
text-decoration: none;
font-size: 130%;
padding: 4px;
color: #999999;
 border: 1px solid #999999;
 border-top: none; border-bottom: none;
}

.menu a:hover
{
color: #aaaaaa;

 border: 1px solid #ffffff;
 border-top: none; border-bottom: none;
}

#site-title {
  font-size: 150%;
  font-family: sans-serif;
  letter-spacing: 30px;
  text-align: left;
  padding-bottom: 15px;
 color: #ffffff;
}
#site-title a, #site-title a:visited {
  color: #ffffff;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: #bbbbbb;
  text-decoration: none;
}
#site-subtitle {
  margin-top: 10px;
  letter-spacing: 2px;
  text-transform: lowercase;
  text-align: center;
  padding-left: 40px;
  color: #333333;

}


h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}
h3 {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.ph{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
 border: 1px solid #cccccc;
 width: 300px;
 position: absolute;
 bottom: 30%;
 text-align: left;
 margin: 30px;
 padding: 10px;
 background-color: #111111;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}


