A.menu {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	height:111px;
	line-height:111px;
<!--[if !IE]>
	background: #000000;
	background: rgba(0, 0, 0, 0.0);
<![endif]-->
<!--[if IE]>
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);
	zoom: 1;
<![endif]-->
}

A.menu:hover {
	color: #AABBDD;
	text-decoration: none;
<!--[if !IE]>
	background: #000000;
	background: rgba(0, 0, 0, 0.1);
<![endif]-->
<!--[if IE]>
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);
	zoom: 1;
<![endif]-->
}

A {
  color: #AABBDD;
  text-decoration: underline;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

A.plain {
	color: #44d;
	text-decoration: underline;
}

A.plain:hover {
	color: #44d;
	text-decoration: underline;
}

A.terms {
	font-size:12px;
	color:#aaa;
	text-decoration: none;
}

A.terms:hover {
	font-size:12px;
	color:#aaa;
	text-decoration: underline;
}

body
{
	background-color: #151a20;
	background-repeat:repeat-x;
}

#cloudborder
{
	background-image: url('./cloudborder.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height:434px;
	border: 0px;
	position:absolute;
	top:-40px;
}

#cloud
{
	background-image: url('./cloud.jpg');
	background-repeat: no-repeat;
	background-position:center;
	width:100%;
	height:434px;
	border: 0px;
	position:absolute;
	top:-40px;
}

#transparency
{
	filter:alpha(opacity=55); 
	-moz-opacity: 0.55; 
	opacity: 0.55;
	background-color:#111122;
	position:absolute;
	width:100%;
	height:111px;
	top:25px;
	left:0px;
}

#logo
{
	background-image: url('./logo.png');
	position:absolute;
	width:321px;
	height:111px;
	top:23px;
	left:37px; 
	border: 0px;
}

#menu
{
	border:0px;
	position:absolute;
	width:100%;
	height:111px;
	top:21px;
	right:0px; 
	vertical-align:middle;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#networks
{
	position:absolute;
	width:98px;
	height:44px;
	top:135px;
	right:15px;
	margin-left: -118px;
	padding-top: 8px;
	padding-left: 9px;
}

#wrapper
{
	position:absolute;
	width:100%;
	border: 0px;
	top: 270px;
	min-width:800px;
}

#main
{
	position:relative;
	
	left:0px;
	top:0px;
	margin-right:350px;
	margin-left:25px;
	min-width:400px;

	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#full
{
	position:relative;
	
	left:0px;
	top:0px;
	margin-right:25px;
	margin-left:25px;
	min-width:400px;

	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

#plain
{
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
	background-color:#aaaaaa;

	position:relative;
	height:400px;
	overflow:auto;
	left:0px;
	top:0px;
	margin-right:25px;
	margin-left:25px;
	min-width:400px;
	color: #000;
	padding-left:25px;
	padding-right:25px;
}

#news
{
	position:absolute;
	width:325px;
	right:0px;
	top:0px;

	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

#terms
{
	position:relative;
	margin-top: 45px;
	font-size:12px;
	font-weight: normal;
	font-family: Times;
	color:#aaa;
	padding: 0px 25px 10px 25px;
	min-width:500px;
}


h1 { font-size:20px; margin-bottom:25px;}
h2 { font-size:17px; margin-top:35px;}
h3 { font-size:16px; margin-top:35px;}
h4 { font-size:15px; margin-top:35px;}

p,ul { font-size:13px; }
