@charset "utf-8";
/* CSS Document */

#picture {
	position:relative;
	float:left;
	background-image:url(signupforfreebanner.jpg);
	width:600px;
	height:150px;
}
#addSpace {
	position:relative;
	float:right;
	width:200px;
	height:200px;
	left:-30px;
	top:0px;
	border:1px #000 solid;
	font-size:36px;
	text-align:center;
}

