/* CSS Document */

body
{
margin:0;
padding:70px 0 0 0;
/*background-image:url(../../Assets/images/landing_page/fade_background.gif);*/
background-repeat:no-repeat;
background-position:center top;
background-color:#fff;
}

#container {
	margin:0 auto;
	}
	
#main_img {
	width:800px;
	margin:10px 0 0 0;
	}
	
#text {
	margin:5px 0 0 0; 
	width:800px; 
	height:50px
	}
	
#links {
	float:right;
	margin:31px 0 0 0;
	height:40px;
	}


