﻿body 
{
    padding: 0px;
    margin: 0px;
    background-color: Black;
}

.nopad
{
    padding: 0px;
    margin: 0px;
}
#head
{
    position: absolute;
    top: 0px;
    z-index: 100;    
}

#image
{
    position: absolute;
    top: 100px;
    z-index: 10;
}

#content_back
{
    position: absolute;
    top: 280px;    
    width: 800px;
    height: 600px;
    z-index: 101;
}
#centerer {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#main {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

.breadTextNegative
{
    font-family: Verdana, Arial, Helvetica;    
    font-size: 10px;
    color: White;
}

.titleTextNegative
{
    font-family: Verdana, Arial, Helvetica;    
    font-weight: bold;
    font-size: 18px;
    color: White;
}

#content
{
    position: absolute;
    top: 90px;    
    left: 30px;
    width: 780px;
    height: 600px;
    z-index: 110;
}

a
{
    color: White;
    text-decoration: none;
    font-weight: bold;    
}