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

