/* 
	:::::::::::::::::::::::::: ZEROSEVEN GMBH 2008 :::::::::::::::::::::::::::::::
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

html {
	background: url(bg_border.jpg) repeat-x left top #fff;
	width: 100%;
}

body {
 	margin: 0;
	padding: 0;
	text-align : center;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #6d6d6d;
	width: 100%;
	background: url(bg.jpg) no-repeat center top;
}

.centered {
	width: 1000px;
	min-width: 1000px;
	overflow: hidden;
	margin: 0 auto;	
	height: 650px;
}
