/* CSS Document */

body {
  	background: #3bbad7 url("images/new_bg.jpg");
	background-repeat: repeat-y;
	background-position: 0px 0px;
  	padding:25px 0px;
  	text-align:center;
	margin:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:x-small/1.5em ,Arial,VerdanaSans-serif;
  	color:#c1e2f2;
  	font-size/* */:/**/small;
  	font-size: /**/small;
  }
  
a {
  	color:#c1e2f2;
	text-decoration:none;
	}	
	
a:hover {
  	color:#fff;
	}	
	
#mainContent {
position:absolute; 
top:0; 
left:0; 
width:477px; 
height:413px; 
margin-top:50px; 
margin-left:50px; 
padding:50px; 
text-align:left; 
background:url(images/contentBG.png) no-repeat; 
z-index:5;
color:#FFFFFF;
}	
