/* CSS File for GW's and Colonial Lanes Landing Page */

*{margin:0; padding:0;}

body 
	{ 
	background-image:url(images/landing_page_bg.jpg);
	background-repeat:repeat-x; 
	background-color:#050E27; 
	}
	
#sitecontainer
	{
	width:100%;
	height:100%;
	}
	
#content
	{
	width:100%;
	height: 331px;
	margin-top: 134px;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x; 
	text-align: center;
	}

#content a
	{
	outline: none;
	}

#content a.left
	{
	margin-right:50px;
	}
	
	
	


