html {height: 100%}

body {
text-align: center;
margin: 0px auto;
background: #2E4870;
background-image: url('http://www.maik-rottmann.de/gfx/globalbg.png');
background-position: bottom;
background-repeat: repeat-x;
}

#wrapper {
text-align: left;
margin: 0 auto;
width: 500px;
height: 100%;
border-left: 10px solid #3F6399;
border-right: 10px solid #3F6399;
background: #EBF0F7;
}

#visitenkarte {
text-align: center;
background-image: url('http://www.maik-rottmann.de/gfx/visitenkarte.png');
background-repeat: no-repeat;
height: 366px;
width: 335px;
margin-left: 80px;
}

#content {
margin-top: 10px;
}

#screenshot{
position:absolute;
border:1px solid #3F6399;
background:#3F6399;
padding:5px;
display:none;
color:#fff;
-moz-opacity:0.9;
}

.tweet {
background-image: url('http://www.maik-rottmann.de/gfx/tweethg.png');
height: 50px;
width: 490px;
margin-left: 5px;
list-style-type: none;
}
.tweet p {
padding-left: 50px;
color: #fff;
font-family: Verdana;
}
	
a:link {color: #18253C; text-decoration: none;}
a:visited {color: #18253C; text-decoration: none;}
a:hover {color: #18253C; text-decoration: underline;}
a:active {color: #18253C; text-decoration: none;}
a:focus{color: #18253C; text-decoration: none;}

#klein { font-size: 10px; }