body {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	background-attachment:fixed;
	background:#000;
	background-image: url(../img/bg_tile.jpg);
	background-repeat: no-repeat;
	background-position:center; 
	background-position:top;
}

#content { 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 550px;
	border: 1px dotted #fff;
}

A:link {
	text-decoration:underline;
}


img {
	border: none;
}
			
p, h1, pre {
	margin: 0px; 
	padding: 5px 10px;
	color:#FFF;
}

h1 {
	font-size: 20px;
	text-transform:uppercase;
	text-align: right;
	color: #000;
	background-color: #FFF;
}

a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
 
pre {
	color: #CCC;
	font-size: 13px;
	background-color:transparent;
	font-family:Arial,Helvetica,sans-serif;
}

h2 {
	text-align:right;	
}