/* CSS Document */

html {height: 1000px; color: rgb(240,240,240); font-family: Helvetica, sans-serif;}
body {
background-color: rgb(153,153,153);
background-image:url(images/bg3.png);
background-repeat: repeat-x;
background-position: 0, 0;
padding: 0px;
margin: 0px;
}
#headMastImg {
position: absolute;
top: 0px; 
left: 0px; 
width: 100%; 
height: 500px; 
background-image: url(images/sky_greenfield1.jpg);
background-repeat: no-repeat;
z-index: 0;
}
#sticLogo {
position: absolute;
top: 100px;
right: 30px;
width: 300px;
height: 90px;
}

/* NAVIGATION MASTER */
#mainMenu {
position: absolute;
top: 125px;
left: 30px;
width: 185px;
height: 590px;
font-size: 16px;
font-weight:  bold;
color: rgb(255,255,255);
}
#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;
}

#mda_logo {
position: absolute;
top: 500px;
left: 30px;
width: 175px;
height: 200px;
text-align: center;
border: 0px;
background-color: transparent;
z-index: 3;
}

