body
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:11pt;
	color:#adadad;
	background-color: #000;
	margin: 0;
	padding: 0;
	background-image: url('bg2.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment:fixed;
}

a:link, a:visited {
	color: #adad99;
	text-decoration: none;
}

a:hover, a:active {
	color: #cdcdff;
	text-decoration: underline;
}


#wrapper {
	position: absolute;
	left:50%;
	margin-left: -355px;
	width: 760px;
	margin-bottom: 0;
	padding: 0;
	background-image: url('bg.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #000;
/*	background-attachment:fixed; */
}

#header {
	background-color: #000;
	background-image: url('header_bg.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 119px;
	margin: 10px 0 15px 0;
	clear:both;
}

#header img#logo {
	border: 0px solid #000;
	padding: 0;
	margin: 8px 0 0 10px;
}	

#webcam {
	text-align: center;
	margin: 40px 0 20px 0;
}

#webcam img {
	border: 1px solid #333;
}

#webcam #infotext {
	font-size: 80%;
	margin: 1em 0 0 0;
	font-family: arial,helvetica,sans-serif;
}

#content {
	background-image: url('bg_frame.png');
	background-repeat: no-repeat;
	background-position: bottom;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	width:760px;
}

#footer {
	width: 760px;
	margin: 40px 10px 0 10px;
	padding: 0 0 30px 0;
	font-size: 9pt;
}

#footer1 {
	text-align: left;
	border-right: 1px solid #adadad;
	width:500px;
	float:left;
	padding: 0 5px 0 5px;
	min-height: 19em;
}

#footer ul {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}

#footer ul li {
	list-style: none;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.1em;
	margin: 0 0 1em 0;
	padding: 0;
}

.tweetEntry {
	font-size: 8pt;
}

.tweetDate {
	font-size: 7pt;
}


#footer3 {
	text-align: right;
	width:200px;
	float:left;
	padding: 0 5px 0 10px;
}

#footer h1 {
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0;
}

#footer h1 a, #footer h1 a:visited, #footer h1 a:hover, #footer h1 a:active  {
	text-decoration: none;
	color: #adadad;
}

.copyright {
	font-size: 95%;
	font-family: arial,helvetica,sans-serif;
	color: #a0a0a0;
}

