html,
body{
	height:100%;
	width:100%;
	background:#000;
}

body,
p,
div,
ul,
ol,
h1,
h2,
form,
fieldset,
legend,
label,
input,
select,
textarea,
button,
a{
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
	margin:0;
	padding:0;
}

h1{
	margin-bottom:5px;
}

img{
	border:0;
	line-height:0;
	font-size:0;
	display:block;
}

ul,
ol{
	list-style:none;
}

fieldset{
	border:0;
}

legend{
	display:none;
}

label,
input,
textarea,
select,
button{
	float:left;
}

a{
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.clear,
form br{
	clear:both;
}
