/*------------------------------------------------------
Mattmotion | Webdesign & Motion Graphics Design Agentur München
Königsberger Str. 70
D-85748 Garching bei München
Telefon: +49 (0)89/23 54 16 50
http://www.mattmotion.de/
------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #3e3d40;
	background: #1e1e1e; /* For browsers that do not support gradients */
 	background: -webkit-radial-gradient(circle, #1e1e1e, #141414); /* Safari */
 	background: -o-radial-gradient(circle, #1e1e1e, #141414); /* Opera 11.6 to 12.0 */
 	background: -moz-radial-gradient(circle, #1e1e1e, #141414); /* Firefox 3.6 to 15 */
 	background: radial-gradient(circle, #1e1e1e, #141414); /* Standard syntax */
}

#top {
	float: left; 
	 width: 1px; height: 50%;
	 margin-bottom: -3em;
}

#container {
	clear: left;
	 margin: 0 auto;
	 width: 12em;
}

a img {
	border:none;
}

a:focus { 
	outline: none; 
}