* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #404040;
}
table {
 margin: auto;
 padding: 20px;
}
td {
 text-align: center;
 padding: 10px;
}
td.shop {
 text-align: center;
 padding: 2px;
}
img {
 border: 0;
}

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

#wrapper { 
 margin: 0 auto;
 width: 754px;
}
#header {
 width: 754px;
 height: 120px;
}
#menu {
 width: 754px;
 height: 35px;
}
#content { 
 width: 754px;
 min-height: 640px;
 background: #333333;
 color: #c0c0c0;
 overflow: auto;
}
#footer { 
 width: 754px;
 height: 24px;
}