body { background-color: #000;
       background-repeat: repeat;
       font-family: helvetica, arial, verdana, sans-serif; 
	   color: #e0e0e0; }

#container { margin: 0 auto;
		     padding: 50px 0 0 0;
			 width: 500px;
			 text-align: center; }
#footer { width: 500px;
		  text-align: right !important;
		  margin-top: 10px !important;
		  padding-top: 10px !important;
		  border-top: double 3px #333 !important; }
#footer p { font-size: 11px !important; }

a { color: #e0e0e0; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
  
img { margin: 0;
	  padding: 0;
	  border: 0; }

h1, p { text-transform: uppercase;
		word-spacing: 4px; }

h1 { font-size: 22px;
	 font-weight: normal !important;
	 margin: 20px 0;
	 padding: 0; }

p { font-size: 14px;
	line-height: 150%;
	margin: 0;
	padding: 0; }

.bold { font-weight: bold; }
  
