/**** BACKGROUND ****/
body
{ 
background-image: url('images/bg.png'); 
width: 100%;
height: 100%;
font-family: Arial;
font-size: 10px;
padding: 0;
margin: 0;
}

/*** HYPERLINKS ***/
a:link 
{
	text-decoration: none;
	color: #fff;
}
a:visited 
{
	text-decoration: none;
    color: #fff;
}
a:active 
{
	text-decoration: none;
    color: #fff;
}
a:hover {
	text-decoration: none;
    color: #090;
}

/**** MAIN BACKGROUND TABLE ****/
.maintable
{
width: 990px;
height: 100%; 
border: 1px solid #000;
background-color: #cda;
padding: 0;
margin: 0;
}

/*** ALIGN TO TOP ***/
.aligntop
{
vertical-align: top;
}

/*** ALIGN TO BOTTOM ***/
.alignbottom
{ 
position: absolute; 
bottom: 2;
left: 44%;
color: #090;
margin-left: auto; 
margin-right: auto; 
}

/**** HEADER ****/
.toptable
{
width: 990px;
height: 80px; 
border: 0px solid #000;
background-image: url('images/bg_top.jpg');
padding: 0;
margin: 0;
}
.logo
{
background-image: url('images/logo.png');
}

/**** MENU LINE ****/
.menutable
{
width: 990px;
height: 22px; 
border: 0px solid #000;
background-color: #000;
padding: 0;
margin: 0;
}

.menutext
{
padding-left: 10;
padding-right: 10;
font-size: 12px;
width: 110px;
text-align: center;
}

/**** CONTENT TABLE ****/
.contenttable
{
width: 990px;
border: 0px solid #000;
padding: 0;
margin: 0;
color: #000;
font-color: #000;
size: 10px;
}