/* CSS Document */

body {
font: 12px Verdana, Arial, Helvetica, sans-serif normal;
color: #333333;
background: url(bg.jpg) repeat-x 0 0;
margin: 0px;
padding: 0px;
}

#mainContainer {
position: relative;
width: 800px;
height: 600px;
margin: 50px auto;
padding: 0px;
}

#presentContainer {
position: relative;
background: url(loader.gif) no-repeat 0 0;
width: 800px;
height: 600px;
margin: 50px auto;
padding: 0px;
}


#mainGraphic {
position: absolute;
top: 0px;
left: 0px;
width: 300px;
height: 322px;
background: url(742d-MS.gif) no-repeat 0 0;
margin: 0px;
padding: 0px;
z-index: 1;
}

#mainContent {
position: absolute;
top: 0px;
left: 300px;
width: 500px;
height: 322px;
font: 30px Arial, Helvetica, sans-serif normal;
line-height: 70px;
text-indent: 50px;
margin: 0px;
padding: 0px;
z-index: 1;
}
#mainContent a {
color: #666666;
text-decoration: none;
}
#mainContent a:hover {
color: #000000;
text-decoration: underline;
}

.backLnk a {
font: 16px Arial, Helvetica, sans-serif normal; 
color: #999999;
text-decoration: none;
}
.backLnk a:hover {
color: #000000;
text-decoration: underline;
}

#footer {
display: block;
width: 800px;
height: 30px;
margin: 50px auto;
padding: 0px;
line-height: 30px;
text-indent: 20px;
text-align: center;
}
#footer a {
font: 12px Verdana, Arial, Helvetica, sans-serif normal;
color: #333333;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
color:#666666;
}

