
/*-*/
* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; }

body {
	color: #fff;
	font: 12px/normal Helvetica,Arial,sans-serif;
	background: url(bg.png);
}

p { padding: 0 0 0 60px; }
a { color: #e7564e; text-decoration: none; }
a:hover { color: #fff; }

#wrap {
	width: 400px; height: 100%;
	display: table;
}

#content {
	padding: 0 30px;
	display: table-cell;
	vertical-align: middle;
}

#clip {
	padding: 30px 0 0 0;
	position: relative;
}

h3 {
	width: 158px; height: 53px;
	display: block;
	position: absolute;
	top: 0; left: 60px;
	background: url(logo.png) no-repeat;
}

h3 span { display: none; }

h4 {
	font-size: 16px; font-weight: normal;
	margin: 15px 0 10px 0; padding: 25px 0 0 60px;
	border-top: 1px solid #616669;
}
