@charset "UTF-8";
/* 

+ + + + + Concept, design and realisation by codama
+ + + + + www.codama.ch
+ + + + + (c) 2008 

*/

html {
    height:100%;
    overflow:hidden;
}
body {
    height:100%;
    margin:0;
    padding:0;
    background:#111;
    color:#ccc;
    font-family:Helvetica,Arial,Verdana,sans-serif;
    font-size:12px;
}
#jonathanheyer {
    height:100%;
	text-align: center;
}
#info {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
#info a {
	color: #FFF;	
}
#info a:hover {
	color: #CCC;	
	text-decoration: none;
}
