* {
	padding: 0;
	margin: 0;
}

body {
  background-color: #d2d2d2;
  background-repeat:repeat-x;
  background-position: top;
	font: 12px Arial, Verdana, Serif;
  color: #2b2b2b;
}

#container {
  background-color: #fff;
  border-right: 0px solid #808080;
  border-left: 0px solid #808080;
	margin: 0 auto;
	width: 700px;
  height: 100%;
	text-align: left;
	padding: 0 10px 0 10px;
	overflow: auto;
}

h4 {
  text-align: center;
  font-size: 14px;
  margin-bottom : 30px;
  font-weight: bold;
}

img.home {
  border: 0;
  padding: 50px 0 50px 0;
}
p.acces {
  width: 100%;
  height: 20px;
  line-height: 20px;
  background-color: #e61734;
  text-align: center;
}
p.acces a {
  color: #fff;
}
p.acces a:hover {
  color: #d4d4d4;
  text-decoration: underline;
}
p.center {
  text-align: center;
}