* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 background: #1d2229;
}
table {
 float: left;
 margin: 20px;
 width: 340px;
}
img {
 border: 0;
}
h1 {
 font-size: 13px;
}

a:link {text-decoration: underline; color: #5e6e8c;}
a:visited {text-decoration: underline; color: #5e6e8c;}
a:hover {text-decoration: none; color: #5e6e8c;}
a:active {text-decoration: none; color: #5e6e8c;}

#wrapper { 
 margin: 0 auto;
 width: 631px;
}
#header {
 width: 631px;
 height: 115px;
}
#menu {
 width: 631px;
 height: 29px;
}
#content {
 width: 631px;
 min-height: 632px;
 background: #000000;
 color: #5e6e8c;
 background-image: url('symbol.jpg');
 background-repeat: no-repeat;
 background-position: right top;
 overflow: auto;
}
#footer { 
 width: 631px;
 height: 24px;
}