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

#outer {
 text-align:left;
 border:1px solid blueviolet;
 width:720px;
 margin:auto;
 }

#header {
 text-align:center;
 height:40px;
 background:black;
 color: red;
 }

#bar {
 height:15px;
 background:#000000;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: black;
 color: red;
 width:650px;
 padding:0;
 }

#menu {
 float:left;
 background:#000000;
 color: red;
 width:145px;
 border-width: 1 1 1 1px 
 border: solid blueviolet;
 margin: 0px;
 padding: 0px;
 }

#cont {
 width:495px;
 background:black;
 color: red;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#footer {
 height:auto;
 background:#000000;
 color: blueviolet;
 border:solid blueviolet;
 border-width:1px 0 0 0;
 padding:10px;
 }

#img {
 align:center;
}

