/* 	Autor: Philip Isik
	Erstellt am: Donnerstag, 17.06.2010 um 11:05 Uhr
----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-size: 100.01%;
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 150px;
	min-width: 600px;
	background: #cccccc url(../img/bg_body.gif) repeat-x left center;
}

#page {
	min-height: 100%;
	min-width: 100%;
	background: url(../img/bg_page.gif) no-repeat center center;
}

#content {
	position: absolute;
	height: 150px;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -300px;
}
