/* Body & Container */

body {
	
	background-color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
}
#outside_container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg_wallpaper.jpg);
	background-repeat:no-repeat;
	background-position:top;
	min-height:850px;
}
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	margin-bottom:0px;
	width:440px;
}



/* Footer */ 

#footer {
	border-top:1px solid #222222;
	padding:26px 0px 50px 85px;
	color:#444444;
	font-size:10px;
	line-height:14px;
	letter-spacing:.05em;
	background-color:#111111;
}
#footer h2 {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#eeeeee;
	margin:5px 0px 0px 0px;
	font-weight:normal;
	font-size:24px;
	letter-spacing:.1em;
}
#footer span {
	display:block;
	float:left;
	width:300px;
	margin-left:8px;
	margin-top:5px;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover { color:#ffffff; }

/* General Styles */

a img {	border:0px }