html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #fff;
	padding-top: 4px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#container {
	position:relative; 
	left:0px; 
	top:0px; 
	width:994px; 
	height:660px; 
	margin: 0 auto;
	text-align: left;
	background: url(images/homeBG.jpg) top left no-repeat;
}

div#linklist {
	position: absolute;
	width: 273px;
	height: 377px;
	top: 20px;
	left: 112px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#linklist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#linklist li {
	margin: 0;
	padding: 0;
}
	
#linklist li a {
	display: block;
	margin: 0 0 10px 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #aa1f25;
	width: 100%;
	line-height: 30px;
}

html>body #linklist li a {
	width: auto;
}

#linklist li a:hover {
	color: #546776;
}

div#signup {
	position: absolute;
	width: 220px;
	height: 50px;
	top: 529px;
	left: 31px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #aa1f25;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#facebook {
	position: absolute;
	width: 90px;
	height: 23px;
	top: 515px;
	left: 290px;
	margin: 0;
	padding: 0;
}

div #notification {
	position: absolute;
	width: 196px;
	height: 44px;
	top: 411px;
	left: 155px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #546776;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
	
div#footer {
	position: absolute;
	width: 994px;
	height: 27px;
	line-height: 27px;
	top: 606px;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}
	
#footer li {
	display: inline;
	margin: 0;
	padding: 0 8px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	color: #fff;
}
	
#footer li a {
	display: inline;
	margin: 0 0 10px 0;
	text-decoration: none;
	width: 100%;
	color: #FFF;
}

html>body #footer li a {
	width: auto;
}

#footer li a:hover {
	color: #FFCC99;
}

div#credit {
	position: absolute;
	width: 994px;
	height: 27px;
	top: 633px;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 11px;
	color: #aa1f25;
}