/*  RESET  */

* {
	margin: 0;
	padding: 0;
}
a img, iframe { border: 0; }
	
/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
	
/* Lists */
	
ul, ol, dl, li, dt, dd {
	list-style: none;
}

/* Forms */

form, fieldset {
	border: 0;
}	
legend {
	color: #000;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: serif;
}
select {
	margin: inherit;
}
/* Tables */

table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

/* CSS STYLES  */


body {
	text-align: center;
	min-width: 600px;
	background-color:#333;
	color:#aaa;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

p {
text-align:justify;
font-size:14px;
line-height:1.75em;
}

#main {
	margin:0 auto;
	width:800px;
	text-align: left;
	padding-top:2em;
}

label {
color:#FFF;
display:block;
margin:0 0 .5em 0;
font-size:smaller;
}
input {
margin:0 0 .5em 0;
}
form {
text-align:center;
margin:0;
/* background-image:url(../images/thevortex.gif);
background-repeat:no-repeat;
background-position:center; */
height:200px;
}
input {
border: 1px solid #fff; background-color:#333;
color:#FFFFFF;
}
a {
color:#444;
font-size:11px;
text-decoration:none;
}
a:hover {
color:#999;
text-decoration:underline;
}
h1 {
font-weight:bold;
margin:1em 0 1em 0;
}

