/* Predrag Finci Home Page Main CSS document */ 

body
{
background-color: black;
color: white;
font-family: verdana, helvetica, sans-serif;
text-align: center;
margin: 0 auto;
}

#container
{
margin: 0 auto;
width: 760px;
text-align: left;
}
 
a:link 
{color: white;
font-weight: bold;
text-decoration: none;}

a:active 
{color: red;
font-weight: bold;
text-decoration: none;}

a:visited 
{color: gray;
font-weight: bold;
text-decoration: none;}

a:hover 
{color: red;
font-weight: bold;
text-decoration: none;}

#mainnav
{
left: 550px;
position: relative;
width: 200px;
height: 500px;
line-height: 1.5em;
padding: 10px; 
} 

#mainbody
{
top: 390px;
position: absolute;
width: 500px; 
padding:10px;
line-height: 2em;
font-size: 0.75em;
}

#footer
{
width: 750px; 
top: 1000px;
position: relative; 
font-size: 0.75em;
text-align: left;
} 

h1, h2, h3, h4, h5, h6
{
text-align: center; 
}