/* Style MMD */

body {
	margin: 0;
	padding: 0;
	background-color: #ebebeb;
	font: 12px helvetica, sans-serif;
	
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#topBar {
	display: block;
	background: #000 url('img/carbon.jpg') top left repeat-x;
	border: 1px solid #111;
	color: #fff;
	text-align: center;
}

#logo {
	text-indent: -9999px;
	position: absolute;
	top: 200px;
	left: 250px;
}

#logo h1 {
	background: transparent url('img/logo.png') top left no-repeat;
	width: 220px;
	height: 220px;
}

#logo h1:hover {
	background: transparent url('img/logo_over.png') top left no-repeat;
	cursor: pointer;
}

.thanks {
	position: absolute;
	top: 150px;
	left: 170px;
	border: 1px solid #ccc;
	padding: 25px;
}


/* inline highlights */
em {
	font-weight: bold;
}

#wrapper .hidden {
	display: none;
}

/* links */
a:link, a:visited {
	color: #ffe400;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

img {border: none;}
