/* Copyright (C) 2005-2009 Brothers Media */


/* GENERAL */
html, body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #fff;
	}
	
html { background: #000000 }
body { background-color: transparent; }

h1, h2, h3, h4, h5 {
	color: #fff;
	}
	
h1 { font-size: 200%; }	

a:link, a:visited, a:hover, a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	}
/* GENERAL END */


/* CONTENT */
div#wrapper {
	padding: 15px;
	}
	
fieldset {
	border: 0;
	padding: 0;
	}	
	
fieldset p {
	margin: 0 0 7px 0;
	}		
	
input.submit {
	padding: 2px;
	}		
/* CONTENT END */

