body {
	color:c6c5c6;
    background-color: #212121;
	background-image:url(../images/background.jpg);
    background-repeat:repeat-y;
    background-position:top center;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:0px;
	margin-left:0px;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	padding: 20px 0 0 0;
}

A:link {text-decoration: none; color:#c6c5c5}
A:visited {text-decoration: none; color:#c6c5c5}
A:active {text-decoration: none; color:#c6c5c5}
A:hover {text-decoration: underline; color:#c6c5c5}

div#header{width:100%;overflow:hidden;)}

.container {clear:both; float:left; width:100%; overflow:hidden;}
#menu {
	padding:0 0 20px 0;
	margin-top:20px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	list-style-type:none;
	float:left;
	position:relative;
	left:50%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  }
#menu li {
  float:left; position:relative; right:50%;
  }
#menu a {
  width:auto;
  display:block;
  padding:4px 16px;
  color:#c6c5c5;
  font-size: 28px;
  text-decoration:none;
  }
#menu a:hover {
	text-decoration: underline;
  }
  
  

.box {
	border: 2px solid #c6c5c6;
	margin: 0 0 20px 0;
	color:#c6c5c5;
	padding: 20px;
	position: relative;
	background:#212121;
	text-align:center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}

#h1 {
	font-size: 22px;
	font-weight:bold;
	text-shadow: 2px 2px 4px #000;
}
#h2 {
	font-size: 20px;
	font-weight:bold;
	text-shadow: 2px 2px 4px #000;
}
#h3 {
	font-size: 14px;
	text-shadow: 2px 2px 4px #000;
}

#bodytext {
	font-size: 12px;
}

input.btn {
	border: 1px solid #c6c5c6;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 3px;
	color:#c6c5c5;
	padding: 3px 8px 3px 8px;
	position: relative;
	background:#212121;
	text-align:center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:0 0 10px 4px #000;
	-webkit-box-shadow: 0 0 10px #000;
	cursor: hand;
	cursor: pointer;
} 

input.btnhov {
	border: 1px solid #c6c5c6;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 3px;
	color:#212121;
	padding: 3px 8px 3px 8px;
	position: relative;
	background:#c6c5c5;
	text-align:center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:0 0 10px 4px #000;
	-webkit-box-shadow: 0 0 10px #000;
	text-shadow: 0px 0px 4px #000;
	cursor: hand;
	cursor: pointer;
} 

.textbox {
	border: 1px solid #c6c5c6;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 3px;
	color:#c6c5c5;
	padding: 3px;
	position: relative;
	background:#212121;
	text-align:center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;}
	
#buy {
	text-align: center;
	font-size:22px;}

#buy img { 
margin: 0 20px;
}

IMG.facebook1 {
    display: block;
    margin-left: 60px;
    margin-right: 30px }

IMG.facebook2 {
    display: block;
    margin-left: 30px;
    margin-right: 20px }
	
#enterlink a {
	font-size:22px;
	width:250px;
	display: block;
	color: #c6c5c5;
	background: #212121;
	border: 2px solid #c6c5c6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	float:left;
}

#enterlink a:hover,{
	background: #c6c5c5;
	color: #212121;
	text-shadow: 0px 0px 7px #000;