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

#main-box {
	margin: 20px auto;
	width: 898px;
}
body {
	background-color: #000000;
	background-image: url(../images/S&M-Ladies-2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.background-left {
	background-image: url(../images/Beer-back-left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.background-rignt {
	background-image: url(../images/Beer-back-right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#inner-box {
	width: 650px;
	border: 3px solid #990000;
	background-color: #000000;
	height: auto;
}
.main-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.main-text a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF9933;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main-text a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF9933;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	padding: 0px;
}
.headers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	padding: 5px 5px 10px;
}
.main-text a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF9933;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	padding: 0px;
}

