/*
stil X	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 
}

p {
 padding: 10px;
}

#wrapper { 
 position: absolute;
 width: 800px;
 top: 50%;
 left: 50%;
 margin-left: -400px;
 margin-top: -199px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 398px;
 width: 150px;
 display: inline;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #C0C0C0;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #C0C0C0;
}

#leftcolumn { 
 color: #333;
 background: #43545C;
 height: 400px;
 width: 400px;
 float: left;
}

#rightcolumn { 
 color: #333;
 background: #D8D8CC;
 height: 400px;
 width: 400px;
 float: left;
}

#bottom-logo { 
 position: absolute;
 width: 806px;
 height: 70px;
 top: 50%;
 left: 50%;
 margin-left: -402px;
 margin-top: 210px;
}



