body,td,th {
	font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
	font-size: 18px;
	color: #e7e7e3;
}
body {
  background: url(Galaxy.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.ip {
	color: #FFF;
}
#sitewrapper { 
	width: 1000px;
	background-color:;
	min-height: 100%;

}
#header {
	height: 70px;
	width: 1000px;
	padding-top: 12px;
	font-size: 36px;
	text-align: left; middle: ;
	line-height: 140px;
}
h1 { font-size: 24px;
	color: #A413F1;

}
#nav {
	height: 40px;
	width: 1000px;
	line-height: 40px;
	text-align: left;
	color: #FFF;
	font-size: 18px;
}
#leftbar {
	width: 300px;
	background-color: #FFF;
	float: left;
	clear: left;
	color: #000;
}
#timewrapper {
	width: 400px;
	background-color: #B48FE1;
	clear: both;
	vertical-align: center;
}
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: grey;
}

/* selected link */
a:active {
  color: white;
}


#page-wrap                      { width: 500px; margin: 0 auto; }

#chat-wrap                      { border: 1px solid #eee; margin: 0 0 15px 0; }
#chat-area                      { height: 300px; overflow: auto; border: 1px solid #666; padding: 20px; background: white; }
#chat-area span                 { color: white; background: #333; padding: 4px 8px; -moz-border-radius: 5px; -webkit-border-radius: 8px; margin: 0 5px 0 0; }
#chat-area p                    { padding: 8px 0; border-bottom: 1px solid #ccc; }

#name-area                      { position: absolute; top: 12px; right: 0; color: white; font: bold 12px "Lucida Grande", Sans-Serif; text-align: right; }   
#name-area span                 { color: #fa9f00; }

#send-message-area p            { float: left; color: white; padding-top: 27px; font-size: 14px; }
#sendie                         { border: 0px solid #999; width: 400px; height: 10px; padding: 4px; font: 14px "Lucida Grande", Sans-Serif; float: right; }
td								{ color: #ffffff; }
#chatblock						{width: 600px; height: 600px; margin: 0 auto;}
