body {
  text-align: center;
  background-image:url(../images/bg.png);
  background-position:center;
  background-repeat:repeat-y;
  font-family:Trebuchet MS;
  }
#top{
	width:775px;
	height:100px;
	background-image:url(../images/top.jpg);
	margin-left:12px;
	margin-top:-20px;
}
#container {
  margin: 0 auto;
  width: 800px;
  }
#loginForm{
	width:800px;
	text-align:left;
	font-family:Trebuchet MS;
	margin-left:250px;
}
.explane{font-size:14px; font-family:Trebuchet MS;}
h1{font-size:24px; font-weight:bold;color:#c4332f;}
.error{font-size:16px; color:#c4332f; font-family:Trebuchet MS;}

#content{width:800px; padding-left:20px; text-align:left;}