body
{
margin-top: 0px;
margin-left: auto;
margin-right: auto;
width: 800px;
font-family: tahoma, sans-serif, arial;
font-size: 12px;
background: #990000;
text-align: top;
text-align: justify;
color: #000000;
}
.wrapper
{
position: absolute;
top: 0px;
width: 800px;
height:1000px;
background: #990000;
}
a:link
{
color:#cc9900;
text-decoration: none;
font-weight: bold;
}
a:active
{
color:#cc9900;
text-decoration: none;
font-weight: bold;
}
a:visited
{
color:#cc9900;
text-decoration: none;
font-weight: bold;
}
a:hover
{
color:#990000;
text-decoration: none;
font-weight: bold;
}
.navigation
{
position: relative;
top: 100px;
*top:6.25em;
margin-left: auto;
margin-rigth: auto;
width: 800px;
height: 400px;
padding-top:0px;
display: block;
float: right;
z-index: 200;
background: url("images/index.jpg");
}
.navigation ul
{
list-style-type: circle;
} 
.navigation li
{
float: right;
margin-top: 100px;
*margin-top: 9em;
margin-left: 50px;
margin-right: 50px;
}
.navigation a:link
{
color:#220100;
text-decoration: none;
font-weight: bold;
}
.navigation a:active
{
color:#220100;
text-decoration: none;
font-weight: bold;
}
.navigation a:visited
{
color:#220100;
text-decoration: none;
font-weight: bold;
}
.navigation a:hover
{
color:#cc9900;
text-decoration: none;
font-weight: bold;
}

.main
{
position: absolute;
top:260px;
left:300px;
width: 400px;
height: 100px;
background: #ffffff;
font-size: 1.3em;
z-index: 300;
}
.main_port
{
position: absolute;
top:245px;
*top: 17em;
left:300px;
width: 400px;
height: 100px;
background: #ffffff;
font-size: 1.1em;
z-index: 300;
}
.footer
{
position: absolute;
top: 33em;
width: 750px;
text-align: right;
color: #000000;
z-index: 300;
}
.footer ul, li
{
list-style-type: none;
float: right;
margin-left: 50px;
}









