@charset "utf-8";

a {
	outline: none;
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

:focus
{
  -moz-outline-style: none;
}

body {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	background: url(body-back.jpg) repeat left top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#content {
	position: relative;
	width: 700px;
	height: 532px;
	margin: 0px auto;
	padding: 0px;
	background: url(content-back.gif) no-repeat left top;
}

#logo a {
	left: 0px;
	top: 18px;
	width: 276px;
	height: 30px;
	position: absolute;
	display: block;
	background: transparent url(logo.gif) no-repeat left top;
}

#advert a {
	left: 412px;
	top: 321px;
	width: 195px;
	height: 168px;
	position: absolute;
	display: block;
	background: transparent url(advert.gif) no-repeat left top;
}

#info {
	left: 70px;
	top: 290px;
	width: 374px;
	height: 242px;
	position: absolute;
	background: transparent url(info.png) no-repeat left top;
}

#info-inside {
	padding: 40px 45px;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 18px;
}

p.bigger {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
}

.center {
	text-align: center;
}

.red {
	color: #ff0000;
}

