* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	background-image: url("../images/bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}

img {
	border: 0;
	float: left;
	margin: 0 6px 0 0;
}

#wrapper {
    	left: 50%;
    	margin: 0 0 0 -160px;
    	position: absolute;
	top: 220px;
    	width: 320px;
}

#icons {

}

#links {
	color: #888888;
	font-family: georgia;
	margin: 100px 0 0 0;
}

#links h2 {
	font-size: 12px;
	text-transform: uppercase;
}

#links a {
	color: #888888;
	font-size: 13px;
	text-decoration: none;
}

#links ul {
    list-style-type: none;
    margin: 2px 0 0 0;
}

#links ul li {
	line-height: 16px;
}

#footer {
	bottom: 0px;
    left: 50%;
    margin: 0 0 20px -195px;
	position: fixed;
	text-align: center;
    width: 390px;
} 

*html #footer {
	bottom: 0px;
	position: absolute;
}

#footer p {
	color: #888888;
	font-family: georgia;
	font-size: 10px;
}
