body {
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #a9a8a9;
	font-size: 12px;
	line-height: 18px;
}

#wrapper {
	width: 387px;
	margin: 30px auto;
}

.head {
	height: 38px;
	width: 367px;
	padding: 13px 0 0 20px;
	background-image: url(../img/head-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	text-indent: -9999px;
	width: 298px;
	height: 25px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;

}

.text {
	background-color: #fcfcfc;
	width: 347px;
	padding: 40px 20px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #ef0000;
	font-size: 15px;
	margin-bottom: 15px;
}

img {
	border: none;
}

a:link, a:active, a:visited, a:hover {
	border: none;
	text-decoration: none;
	color: #ef0000;
}

.imp {
	text-align: center;
	color: #6d6d6d;
	padding:20px 0 0 45px;
}

.imp a:link, .imp a:active, .imp a:visited, .imp a:hover  {
	color: #2c2c2c;
	text-decoration: underline;
}