* {margin:0; padding:0; font-family: helvetica, sans-serif;}

html,body {
	height: 100%;
	width: 100%;
}

/*old bgcolor: eeeeee */
body {
	background: #67617e url(../images/timgorichanaz.png) top center no-repeat;
}

a:link {
	text-decoration: none;
	border: 0;
}

a:visited {
	text-decoration: none;
	border: 0;
}

a:hover {
	text-decoration: none;
	border: 0;
}

a:active {
	text-decoration: none;
	border: 0;
}

#container {
    width: 1000px;
	min-width: 1000px;
	/* centering hack*/
	padding-left: 50%;
	margin-left: -500px;

}