body {
 font-family: sans-serif;
 font-size: 14px;
 background-image: url(background.png);
 margin: 20px;
 }

 

/*http://calebegg.com/grad/ */

#wrapper { 
 margin: auto;
 background: #333333;
 border: 2px solid #FFFFFF;
 width: 1000px;
 }

#header {
 height: 212px;
 width: 1000px;
 font-size: 0px;
 border: 0px;
 color: #333;
 }

#menu {
 height: 40px;
 width: 1000px;
 padding: 0px;
 color: #333;
 background-repeat: repeat-x;
 }

#menu a {
 color: #fcfc00;
 text-decoration: none;
 } 

#menu a:hover {
 color: #FFFFFF;
 font-size: 12px;
 } 

#menu td.menu {
 height: 38px;
 width: 100px;
 border: 0px;
 padding: 0px;
 color: #333333;
 /*background-image: url(header.png);*/
 background-repeat: repeat-x;
 font-size: 11px;
 font-weight: bold;
 text-align: center;
 }

#menu td.menusplit {
 height: 38px;
 width: 2px;
 border: 0px;
 padding: 0px;
 background-repeat: repeat-x;
 }

#contentblock {
 color: #000000;
 position: relative;
 width: 900px;
 padding: 0px;
 background: #333333;
 }

#contentblock a {
 color: #FFFFFF;
 text-decoration: none;
 }

#contentblock a:visited {
 color: #FFFFFF;
 text-decoration: none;
 }

#contentblock a:hover {
 color: #fcfc00;
 text-decoration: none;
 }

#content { 
 width: 970px;
 padding: 15px;
 color: #808080;
 background: #000000;
 }
