body, html {
	margin:0px;
	width:100%;
	height:100%;
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000000;
}
p {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	line-height: 16px;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #FFF;
}
ul, ol {
	margin-left: 15px;
	padding-left: 0px;
}
input, textarea, select{
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
}
form{
	margin:0px;
}
h1 {
	font-family:Arial;
	color:#FFFFFF;
	font-size:24px;
}

/* img {
	behavior: url(iepngfix.htc) 
}
*/
