body
{
  color:				#FFFFFF;
  background-image: 	url('./images/background.jpg');
  background-position: 	50;
  background-repeat: 	no-repeat;
}

.main
{
  width:				1100;
  height:				500;
}

.header
{
  width:				1100px;
  height:               180px;  
  border-bottom: 		solid;
  border-bottom-width: 	2;
  border-color:         #FFFFFF;  
} 

.footer
{
  text-align: 			center;
  font-size: 			12px;
  width:				1100px;
  border-top: 		    solid;
  border-top-width: 	2;
  border-color:         #FFFFFF;  
}

.links
{
  width:                180px;
  border-right:		    solid;
  border-right-width: 	2;
  border-color:         #FFFFFF;  
  text-align:			center;
  vertical-align:		text-top;
}

.link 
{
  width:				80px;
  height:				25px;
  background:           #990099;
}

.list 
{ 
  list-style-type: 		none; 
  text-align:			left;
}

a:link 
{
  COLOR: #00FF00;
}
a:visited 
{
  COLOR: #00FF00;
}
a:hover 
{
  COLOR: #FF0000;
}
a:active 
{
  COLOR: #00FF00;
}
