/*
February 2009 by Amber Chambers'
*/

/* Global whitespace reset */
* {
	margin:0;
	padding:0;
}

body {
	font-family: "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ccc;
	background: #26111F;
	width: 100%;
}


#upper{
	border-top: 12px solid #000;
	border-bottom: 1px dotted #232323;
}

#wrapper {
	margin: 0 auto;
	width: 400px;
	text-align: left;
}


#content {
	margin: 150px 0 0 0;
	height: 380px;
}

#content img {
	margin: 40px 0 0 0;
}

#footer {
	border-top: 1px dotted #232323;
	height: 20px;
	background: #000;
}


.info {
	margin: 40px 0 0 57px;
	color: #4e4e4e;
	line-height: 1.5em;
}

a  img {
border: none;
}
