body {
	margin:0;
	background-color:#4D0304;
}

body#girl_scr {
	background-color:#000000;
}

body#index {
	background-color:#000000;
}

body#header {
	background-color:#980606;
	background-image: url(img/header_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body#footer {
	background-color:#980606;
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body#left_header {
	background-color:#000000;
	background-image: url(img/bg_left_header.gif);
	background-repeat: repeat-x;
	background-position: right;
}

body#left_main {
	background-color:#000000;
	background-image: url(img/bg_left_main.gif);
	background-repeat: repeat-x,repeat-y;
	background-position: right;
}

body#left_footer {
	background-color:#000000;
	background-image: url(img/bg_left_footer.gif);
	background-repeat: repeat-x;
	background-position: right;
}

body#right_header {
	background-color:#000000;
	background-image: url(img/bg_right_header.gif);
	background-repeat: repeat-x;
	background-position: left;
}

body#right_main {
	background-color:#000000;
	background-image: url(img/bg_right_main.gif);
	background-repeat: repeat-x,repeat-y;
	background-position: left;
}

body#right_footer {
	background-color:#000000;
	background-image: url(img/bg_right_footer.gif);
	background-repeat: repeat-x;
	background-position: left;
}

A:LINK{
   color : #FFFFFF;
   text-decoration : none;
 }
 A:VISITED{
   color : #FFFFFF;
   text-decoration : none;
 }
 A:ACTIVE{
   text-decoration : none;
   color:#FF0000;
 }
 A:HOVER{
   color : #FF0000;
   text-decoration : underline;
 }
th{
color:#e450a5;
}
td{
font-size:10px;
}