body {
	margin:0;
	background-color:#000000;
}

body#header {
	background-color:#000000;
	background-image : url(header_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

body#footer {
	background-color:#000000;
	background-image : url(footer_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body#left {
	background-color:#000000;
}

body#right {
	background-color:#000000;
}

A:LINK{
   color : #ffffff;
   text-decoration : none;
 }
 A:VISITED{
   color : #FFFFFF;
   text-decoration : none;
 }
 A:ACTIVE{
   text-decoration : none;
   color:#FFFFFF;
 }
 A:HOVER{
   color : #970F00;
   text-decoration : underline;
 }
th{
color:#e450a5;
}
td{
font-size:10px;
}

div.look {
	display: none;
}

