body{
	margin:0;
}
.content{
	position:absolute;
	left:50%;
	top:50px;
	margin-left:-300px;
	width:600px;
	height:1100px;
	background:#FFFFFF url('images/main.jpg') no-repeat right top;
	border:1px solid #CCCCCC;
}
.dream{
	float:left;
	position:relative;
	left:50px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	top: 85px;
}
.dream_code{
	margin-bottom:5px;
	float:left;
	width:100px;
	font-size:14px;
}
.dream_description{
	margin-bottom:5px;
	float:left;
	font-size:14px;
	width:500px;
}
.dreamtext{
	float:left;
	width:500px;
	margin:20px 0px 10px 0px;;
	color:#000099;
	text-align:center;
}
.imgholder{
	float:left;
	text-align:center;
	width:550px;
	margin:20px 0px;
}
.imgholder a img{
	border:none;
}
.contact{
	float:left;
	width:550px;
	text-align:center;
}
.contact a{
	text-decoration:none;
	color:#333333;
	font-size:12px;
}
