
@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
	width:950px;
	height:550px;
	margin:0 auto;
}

#placeholder-address {
	background:url(/images/placeholder-address.gif) no-repeat top right;
	width: 304px;
	height: 179px;
	margin:370px 0px 0px 0px;
	float: right;
}

#coming-soon {
	margin: 210px 0px 0px 15px;
	width: 100px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;	
}