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

body {
	background: #f5f5f5 url(/images/bg.png) 0 0 repeat-x;
	font-family: "Myriad Pro", Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 1.4em;
}

strong {
	font-weight: bold;
}

#container {
	margin-top: 58px;
	width: 960px;
	margin: 58px auto 0 auto;
	text-align: center;
}

h1 {
	width: 230px;
	height: 140px;
	background: url(/images/logo.png) 0 0 no-repeat;
	text-indent: -999em;
	margin-bottom: 140px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}