/***** Global Settings *****/

body {
 
font:10px Arial, helvetica, sans-serif;
 
}
 
#main{
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
}
#container{
	margin:0 auto;
	position:relative;
	margin-top:50px;
	background:url("../images/homepagebg.jpg") no-repeat;
	height:525px;
	width:778px;
	text-align:left;
	text-align:center;
}
#main a{
	text-align:center;
	margin:0 auto;
	font-weight: bold;
}
#main p{
	text-align:left;
}

#lsc {
	position:absolute;
	top:295px;
	left:71px;
}
#images{
	position:absolute;
	left: 423px;
	top: 295px;
}
 
/***** Links *****/
 
p{
width:300px;
}
 
a,
 
a:link,
 
a:visited,
 
a:hover {
 
 font-weight:bold;
color:#000;
text-decoration:underline;
 
}

a:hover {
	color:#fff;
}

