﻿* 
{ 
    padding: 0; 
    margin: 0; 
}

html
{
    height:100%;
}

body 
{
    /*background-color: #C9C9C9;*/
    background-color: #EEEEEE;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    height: 100%;  
}

form
{
    height:100%;
}

#banner
{
    width: 1024px;
    height: 200px;
    overflow:hidden;
    position:relative;
}

#banner img
{
    width: 1024px;
    height: 200px;
	position:absolute;
	left:0;
	top:0;
    z-index:0;
}

#banner img.show 
{
	display:none;
	z-index:1 !important;
}

#wrapper  
{
 background-color: #FFFFFF;
 margin: 0 auto;
 width: 1024px;
 /*padding-bottom: 10px;*/
 height: 100%;
}

#content { 
 float: left;
 color: #333;
 background-color: #FFFFFF;
 width: 1024px;
 display: inline;
 height: 100%
}

a
{
    text-decoration: none; 
    font-weight:bold;
}

a:link
{
   color:#666666; 
}

a:visited
{
    color:#666666; 
}

a:active
{
    color:#666666; 
}

a:hover
{
    color:Red;
}

.linkbutton
{
    text-align:center;
    vertical-align:middle;
}
