/*
http://www.code-sucks.com	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Century Gothic, sans-serif;
 font-size: 13px;
 
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
 
}
#content {
 width: 900px;
 color: #333;
 height: 600px;
 margin: 10px 0px 0px 0px;
 background: url(imgs/grafittisite.jpg) no-repeat;
}

img.nav {
 margin: 20px 0 0 475px;
}

p.main {
 margin: 25px 60px 20px 60px;
 color: white;
 font-align: justified;
}

em {
 font-variant: small-caps;
 font-size: 15px;
 font-weight: bold;
}

table.main {
 margin: 25px 60px 20px 60px;
 color: white;
 font-align: justified;
}

#footer { 
 color: black;
 font-weight: bold;
 font-variant: small-caps;
 margin: -22px 0px 0px 350px;
}

a {
 text-transform:none;
color: white;
}
