/* CSS Document */

html {height: 780px; color: rgb(20,20,20); font-family: Helvetica, sans-serif;}
body {
background-position: 0, 0;
padding: 0px;
margin: 0px;
}
p {
text-align: justify;
}
#headMastImg {
position: absolute;
top: 0px; 
left: 0px; 
width: 100%; 
height: 500px; 
background-image: url(images/bg_main.jpg);
background-repeat: no-repeat;
z-index: 0;
}
#logoTxt {
position: absolute;
top: 330px;
left: 100px;
width: 560px;
height: 90px;
text-align: center;
border: 0px;
background-color: transparent;
z-index: 3;
}

/* NAVIGATION MASTER */
#mainMenu {
position: absolute;
top: 430px;
left: 55px;
width: 110px;
height: 280px;
}
#mainMenu div a, #mainMenu div a:active, #mainMenu div a:visited {
text-decoration: none;
text-indent: 10px;
color: rgb(255,255,255);
z-index: 2;
}

/* CONTENT MASTER */
#content {
position: absolute;
top: 410px;
left: 220px;
width: 700px;
height: auto;
background-color: rgb(255,255,255);
padding: 0px;	margin: 0px;
opacity: .8;
filter: alpha(opacity=80);
}
p {
font-weight: bold;
opacity: 1;
filter: alpha(opacity=100);
}

#copy {
position: absolute;
top: 740px;
left: 60px;
color: rgb(170,170,170);
font: normal 11px Arial, Helvetica, sans-serif;
}

a {
color: rgb(170,170,170);
text-decoration: none;
}

a:hover {
color: rgb(85,26,139);
text-decoration: none;
}




