body{
	height: 100%;
	width: 100%;
	overflow:hidden;
	font-family: helvetica;	
}

a:link{
	font-family: helvetica;
	font-size: 10pt;
	color: #000;	
	text-decoration: none;
	font-weight: bold;
}
a:visited{	
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #36F;
	text-decoration: none;
}

#container{
  position: absolute;
  left: 50%;
  top:50%;
  margin-left: -500px;
  margin-top: -200px;
  height: 400px;
  width: 800px;
}

#image{
float:left;
background: url(../img/lego.jpg);
width: 526px;
height: 398px;
}

#content_text{
float: right;
width: 274px;
}
