body{
	height:100%;
	margin:40px 0;
	background-image:url(../images/wallpaper.png);
	font-family:arial,sans-serif;
	font-size:16px;
	line-height:150%;
}
#corners_top{
	width:870px;
	height:25px;
	margin:auto;
	background-image:url(../images/content_top.png);
}
#corners_bottom{
	width:870px;
	height:25px;
	margin:auto;
	background-image:url(../images/content_bottom.png);
}
#structure{
	width:820px;
	height:100%;
	margin:auto;
	padding:0 25px;
	background-color:#fff;
}
#header{
	height:200px;
}
#content{
	margin:25px 0;
}
#footer{
	margin:-50px 0 -5px;
}
#menu{
	position:absolute;
	top:40px;
	width:210px;
}
#bubblesright{
	position:absolute;
	top:0;
	right:0;
	width:210px;
}
#profileimg{
	float:right;
	margin:20px 0;
}
#space{
	clear:both;
}
.h1{
	margin-bottom:-15px;
}