/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*	project: website - 'mikewink.cno / .de'
*	description: default frontend screen css
*	author: Mike Wink
*	date: 07/16/2008
*	status (protoype, draft, test, review, final): prototype
*	modified (date, author, modification):
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	background: #fff url(../images/teaser_bg.png) repeat-x top left;
	font-size: 62.5%;
}

#wrapper {
	position: relative;
	margin: auto;
	width: 900px;
}

#masthead h1 {
	position: absolute;
	top: 240px;
	left: 0px;
	background: #fff url(../images/teaser_logo.png) no-repeat 0 0;
	height: 130px;
	width: 380px;
	text-indent: -9000px;
}

#topics {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 305px;
	right: 0;
	background: #fff url(../images/teaser_topic.png) no-repeat 0 0;
	height: 50px;
	width: 520px;
	text-indent: -9000px;
}

#countdown {
	position: absolute;
	top: 5em;
	left: 50%;
	width: 50em;
	margin-left: -25em;
}