a{
	color: #000000;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;	
	background-color: #410001;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d9d1b8;
}
#content {
	margin: 0 auto;
	padding-top: 28px;
}
#bg-top {
	height: 186px;
	width: 1057px;
	background-image:url(images/back-top.png);
	margin: 0 auto;
}
#bg-bottom {
	background-image:url(images/back-bottom.png);
	height: 186px;
	width: 1057px;
	margin: 0 auto;
}
#bg-center{
	height: 446px;
	margin: 0 auto;
	background-color:#000;
	width:1022px;
	overflow:hidden;
}
#sex-shop-photo {
	background-image:url(images/pair.png);
	float: left;
	width: 456px;
	height: 421px;
	background-repeat:no-repeat;
	margin-top:25px;
}
#left-text {
	float: left;
	height: 447px;
	float: left;
	overflow: hidden;
	padding-left:44px;
	padding-top: 20px;
}
#welcome {
	text-align:center;
	padding-top: 20px;
	font-size:20px;
}
#under-18{
	background-image:url(images/over-18.png);
	height: 85px;
	width: 468px;
	text-align:center;
	background-repeat:no-repeat;
	padding-top:12px;
	margin-top: 35px;
	font-size: 23px;
}
#over-18 {
	font-size: 20px;
	text-align:center;
}
#buttons {
	overflow: hidden;
	padding-top:28px;
	padding-left:15px;
}
#left-button {
	float: left;
}
#right-button {
	float: right;
}