/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #380120 url(images/img01.jpg) repeat-x left top;
}

/** FORMS */

#enter {
	background: #380120 url(images/banner.jpg);
	height: 300px;
}

#enterbox {
   position: relative; 
   top: 210px; 
   left: 130px;
}

#enterOK {
	background: #380120 url(images/banner_payok.jpg);
	height: 300px;
}

.fButton{
   font-size: 14px;
   font-weight:normal;
   background-color:#FFD47B;
   border:1px solid;
   border-color:#333333;
   margin-bottom: 2px;
}

.fInput {
	width: 200px;
}

form {
	margin: 0px;
	padding: 0px;
}

form label {
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	margin: 0 auto;
	padding: 0;
	width: 890px;
}

/** LOGO */

#logo {
	width: 894px;
	height: 159px;
	background: url(images/img03.jpg) no-repeat left top;
}

#logo h1, #logo p {
	text-indent: -99999px;
}

/** MENU */

#menu {
	height: 24px;
	padding-left: 55px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	display: inline;
}

#menu a {
	float: left;
	margin-top: 7px;
	padding: 0 15px 0 15px;
	background: url(images/img09.gif) no-repeat left 50%;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/** BOOKMARK */

#bookmark {
}

#bookmark a {
	display: block;
	height: 65px;
	background: url(images/img04.jpg) no-repeat center center;
	text-indent: -99999px;
}

/** SMS FOOTER */

.sms {
}

.sms a {
	display: block;
	height: 120px;
	background: url(images/img08.jpg) no-repeat center center;
	text-indent: -99999px;
}

/** PAGES */

#page {
	margin: 0 auto;
	padding: 0;
	width: 894px;
	padding-bottom: 20px;
}

/** BOXES */

.box {
	width: 858px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.box .content {
	background: #6A4158;
	border: 1px solid #692F25;
	padding: 20px 0 20px 22px;
}

.box h2 {
}

.box .bgbottom {
}

/** BOX ENTER */

#box_enter {
}

#box_enter h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	background: url(images/img05.jpg) no-repeat left top;
	text-indent: -99999px;
}

#box_enterOK h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	background: url(images/img_payok.jpg) no-repeat left top;
	text-indent: -99999px;
}

/** BOX TWO */

#box_terms {
 	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
		margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

#box_terms h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	background: url(images/img06.jpg) no-repeat left top;
	text-indent: -99999px;
}

/** BOX THREE */

#box3 {
}

#box3 a {
	font-size: 13px;
	color: #fff;
}

#box3 h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	background: url(images/img07.jpg) no-repeat left top;
	text-indent: -99999px;
}

/** BOX FOUR - WEBCAM */

#box4 {
}

#box4 h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	background: url(images/webcams.jpg) no-repeat left top;
	text-indent: -99999px;
}

/** BOX FIVE - TOPLIST */

#box5 {
}

#box5 h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	background: url(images/toplist.jpg) no-repeat left top;
	text-indent: -99999px;
}


/** TEXTBOX ONE */

.textbox {
	clear: both;
	margin: 0 auto;
}

.textbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.textbox li {
	float: left;
	width: 104px;
	height: 104px;
	padding: 0 14px 10px 0;
}

.textbox p {
	height: 59px;
	padding: 0 16px 10px 0;
}

.textbox .last {
	padding: 0;
}

.textbox img {
}
.textbox a{
	color: #FFFFFF;
	text-decoration:none;
}
	
.textbox a:hover {
	text-decoration:underline;
}			


