
body
{
color: #FF9900;
background-color: black;
background-image: url('images/matrix.gif');
background-repeat: repeat-x;
background-attachment:fixed;
font-family: Verdana, Arial, Helvetica;
margin: 0px;
padding: 0px;
}

a:link {color:white}
a:visited {color:#D8D8D8} 
a:hover {color:silver} 
a:active {color:#D8D8D8} 


#layout {
	width: 1000px;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #333333;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-khtml-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#logo {
	height: 130px;
	width: 130px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #000000;
	background-image: url('images/logobg2.jpg');
}

#header {
	height: 130px;
	width: 700px;
	overflow: hidden;
}

#cautiontape {
	background-image: url('images/caution.gif');
	height: 100%;
	width: 30px;
	overflow: hidden;
}

#ads {
	height: 100%;
	width: 140px;
	overflow: hidden;
	background-color: #000000;
	background-image:url('images/adshand.png');
	background-repeat:no-repeat;
	background-attachment: relative;
	background-position: bottom right; 
}

#menu { 
	background-image: url('images/menuarm2.png');
	background-color: #000000;
	background-repeat: repeat;
	width: 130px;
	min-height: 461px;
	height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#article {
	background-color: #111111;
	width: 700px;
	height: 100%;
	min-height: 400px;
	overflow: auto;
}

#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-color: #333333;
}
