/* CSS for Nixs Pixs 2008 */

body{
width:100%;
background-color:#000000;
color:#ffffff;
margin:0px;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
top:0;		
}
a:link, a:active, a:visited{
color:#f40a19;
text-decoration:underline;
}
a:hover{
text-decoration:none;
color:#9f7e5a;
}
h3{
font-size:14px;
font-weight:bold;
text-decoration:underline;
text-align:center;
}
.clear{
clear:both;
}
/* LAYOUT */
#header
{
margin-top:6px;
text-align:center;
height:60px;
}

#footer
{
clear: both;
background-color:#4d4d4d;
width:100%;
height:23px;
text-align:center;
font-size:10px;
bottom: 0; /*Set bottom value to HeightOfFrameDiv*/
position: fixed;
}
	*html #footer{
	position: absolute;
	}
	
.footer_text_left
{
float:left;
text-align:left;
padding-top:4px;
}
.footer_text_right
{
padding-top:4px;
float:right;
text-align:right;
}
#footer a:link, #footer a:active, #footer a:visited{
color:#ffffff;
text-decoration:none;
}
#footer a:hover{
color:#9f7e5a;
text-decoration:underline;
}
/* END LAYOUT */

/* MAIN DESIGN */
#content_wrapper{
width:100%;
height:100%;
clear:both;
float:none;
margin:0px;
background-image:url(../images/content_back.gif);
background-repeat:repeat-x;
}

#main_content, #footer_content{
width:860px;
text-align:center;
margin:0px auto;
}
