
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 background: #303030;
 color: #000000;
 text-align: center;
 }

#bar-top {
 width: 100%; 
 height: 40px; 
 background: #707070;
 color: #333333;
 border: solid #000000;
 border-width: 2px 0; 
 margin: 0;
}

#bar-bottom {
 width: 100%; 
 height: 30px;
 position:relative; 
 background: #707070; 
 color: #333333;
 border: solid #000000; 
 border-width: 2px 0;
 }

#content { 
 height: 450px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background: #c0c0c0;
 color: #333333;
 overflow: auto;
 margin:0 10% 0 10%;
 }

#twitterbox {
 height: 300px;
 width: 250px;
 float: right;
padding: 10px;
 border-width: 0px 0px;
}
