body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
html, body {margin:0;padding:0;font-family:verdana, sans-serif;font-size:12px;}


/* Text elements */
ul {margin:0;padding:0;}
a {text-decoration:none;}

/* Images */
a img {cursor:pointer !important;}

/* Custom */
.reset {clear:both;height:0;}
.hidden {display:none;}


/**
/ Container
 */

#wrapper {
	position:absolute;
	right:50%;
	height:201px;
	width:574px;
}
#container {
	position:relative;
	left:50%;
}

#construction_box{
  width:574px;
  height:201px;
  margin-top:200px;
}
#construction_box a{
color:#fff;
text-decoration:none;
}
#construction_box img{
  float:left;
  margin-right:40px;
}
.text{
  margin-top:110px;
  float:left;
  -moz-border-radius:10px;
  border-radius:10px;
  padding:20px;
  background:#b0c750;
  font-size:18px;
  color:#fff;
  line-height:24px;
}