body
{
	padding:0;
	margin:0;
}

#error
{
	width:1000px;
	margin:0px auto;
}

#wrapper
{
	width:1000px;
	background-color:#FFF;
	margin:0px auto;
	min-height:450px;
	margin-top:40px;
	margin-bottom:40px;
	border:1px solid #999;
	border-bottom:3px solid #999;
	border-radius:5px;
}

#menu
{
		width:990px;
		margin:0px auto;
		text-align:center;
		border-bottom:1px solid #CCC;
}

#menu a
{
	text-decoration:none;
	display:inline-block;
	color:#666;
	padding:14px;
	background-color:#F8F8F8;
}

#menu a:hover
{
	color:#000;
	background-color:#eee;
}

#formDiv
{
	width:300px;
	margin:0px auto;
	margin-top:20px;
}


#html 
{ 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}







