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

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #262626;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: white;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 7px 0;
}


/**
* Template Definitions
 */
 
#wrap {
	margin: -180px -390px;
	width: 780px; height: 340px;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
}


.branding {
	margin: 0 auto;
	background: url('../images/holding/logo.png') 0 0 no-repeat;
	height: 36px; width: 539px;
}
*html .branding {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/streetwill/files/images/holding/logo.png", sizingMethod="crop");
	background-repeat: no-repeat;
}

.postit {
	width: 214px; height: 204px;
	background: url('../images/holding/postit.png') 0 0 no-repeat;
	position: absolute;
	top: 52px;
	right: 287px;
}
*html .postit {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/streetwill/files/images/holding/postit.png", sizingMethod="crop");
	background-repeat: no-repeat;
}

#wrap span {
	display: none;
}

.content {
	width: 339px;
	margin: 0 auto;
	text-align: Justify;
	position: absolute;
	top: 250px;
	left: 240px;
}
