body, html {
	background: #d1c9bf;
	margin:0;
	padding:0;
	text-align: center;
}

#container {
	width:800px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -400px;
	margin-top: -160px;
}

#logo {
	background:transparent url(img/logo.png) scroll no-repeat center center;
	width:181px;
	height:176px;
	margin:0 auto;
}


table {
	width:510px;
	margin:0 auto;
}

td {
	width: 265px;
	padding:0;
	border:0;
	border-right:1px solid #a09b95;
}

tr {
	margin-top:10px;
}

td.last {
	border:0;
}


/* Networking Icons ***********************************/

#social {
	margin-top: 65px;
	border-top: 1px solid #a09b95;
	padding-top:10px;
}

#social a {
	background: transparent url(img/social.png) scroll no-repeat left top;
	height:15px;
	display: block;
	margin:0 auto;
}

a#facebook {
	width:75px;
}

a#facebook:hover {
	background-position: -80px 0;
}

a#twitter {
	background-position: 0 -30px;
	width:54px;	
}

a#twitter:hover {
	background-position: -80px -30px;
}

a#tumblr {
	background-position: 0 -60px;
	width:58px;
}

a#tumblr:hover {
	background-position: -80px -60px;
}