/* Andreas Kalinka - 2009 */
/* CSS */

* {
 margin: 0;
 padding: 0;
   }
    
 html * {
    font-size: 100.01%;
  }
    
html {
     height: 100%;
     margin-bottom: 1px;
}


body {
font-family: "Courier New", Courier, Monaco, monospace;
font-weight: normal;
background-color: #000;
font-size: 11px;
color:#f8f8f8;
padding:0px;
margin:0px;
}


a {color: #666; text-decoration: underline;}
a:visited {color:#666;}
a:hover {color: #666;}
a:active { color:#666;}


h2 {
font-family: "Courier New", Courier, Monaco, monospace;
font-weight: bold;
padding: 5px 10px;
margin: 0px;
color: #fff;
font-size: 18px;
}

#container {
width: 970px;
margin-left: auto;
margin-right: auto;
}

#content {
float: left
display: inline;
text-align: left;
background-image: url(../img/screen_back.jpg);
background-repeat: no-repeat;
}

#banner {
float: left;
width: 970px;
text-align: right;
padding: 0px;
margin-bottom: 40px;
margin-top: 10px;file:///Users/andi/Desktop/Illu_Web/img/start_screen.jpg
}

#banner img {
padding:10px 0px;
} 

a img {
border: 0 none;
}

div#content { 
min-height:550px;
height:expression(this.scrollHeight > 430 ? "auto":"430px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

#navi {
clear: both;
width: 970px;
height: 30px;
padding: 0px;
text-align: center; 
}

#navi p {
padding: 9px 10px;
font-size: 9px;
color: #666;
}

#navi a {
color: #666; text-decoration: underline;
}

#press {
margin-left: 80px;
margin-right: 80px;
}


#rightcon img {
margin-left: -30px;
display: inline;
}

#rightcon {
float: left;
width: 380px;
margin-top: 20px;
margin-left: 30px;
display: inline;
}

#leftcon {
float: left;
width: 380px;
margin-left: 80px;
margin-top: 20px;
display: inline;
}

#leftcon img {
margin-left: 30px;
display: inline;
}

.sxsw {
position: fixed;
left:20px;
bottom: 20px;
overflow: hidden;
}
