html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #fff;
}
a:hover {
	color: #F2AB9E;
}
.clear {
	clear: both;
}

body {
	background: #222222;
	text-align: center;
	color: white;
	font: 11px verdana, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 15px auto;
	width: 680px;
	height: 500px;
	position: relative;
	background: #CC1C1C;
	border: 5px solid #750306;
}
.header {
	width: 680px;
	height: 189px;
	background: url(images/sexshop.png) no-repeat;
}

.nachalo {
	font-weight: bold;
	font-family: Ariel;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.buton {
	font-weight: bold;
	font-family: Ariel;
	font-size: 16px;
	color: #C21B1E;
	text-align: center;
	background-color: #CCCCCC;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	float: left;
	margin: 10px 50px 10px 160px;
	padding: 5px;
	
}

