/*
 * Mindaddict countdown - reset.css
 * (c) Mindaddict.com - Wouter Van den Neste - 2009-09-21
 * 
 */

body {
	background: #FFF;
	font-family: georgia,garamond,serif;
	font-size: 13px;
	color: #333;
}

h1 {
	font-size: 18px;
	color: #333;
}

a {
	color: #666;
}

div#wrapper {
	width: 960px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -150px;
	position: absolute;
}

div#logo {
	background-image: url(/img/mindaddict-logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 279px;
	height: 300px;
	float: left;
	border-right: 1px dotted #999;
}

div#quote {
	width: 680px;
	height: 60px;
	border-bottom: 1px dotted #999;
	float: right;
	line-height: 60px;
	text-align: center;
}

div#footer {
	height: 20px;
	width: 680px;
	float: right;
	line-height: 16px;
	text-align: right;
	font-size: 10px;
	color: #CCC;
}
div#footer strong {
	color: #666;
	font-weight: normal;
}
div#content {
	height: 219px;
	width: 680px;
	float: right;
	line-height: 219px;
	font-size: 22px;
	text-align: center;
}