* {

}


body {	
	background: url(../images/bdsm_02.jpg) #000000 center top no-repeat;
	font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    color: #fccf70;
    text-align: center;
	margin: 0;
    padding: 0;
}

#page {
	background: url(../images/bdsm_04.jpg) 0 439px no-repeat;
	width: 822px;
    margin: 0 auto;
    text-align: left;
    min-height: 420px;
    position: relative;
    padding: 439px 0 0;
}



#fav { 
	position: absolute;
    top: 4px;
    right: 10px;
    color: #CC0000;
    text-decoration:none;
}

/*html #page {
	height: 420px;
}*/

.login {
	position: absolute;
    top: 290px;
    left: 390px;
}

.login input {
	display: block;
}

.login input.text {
	width: 125px;
    background: #A9A9A9;
    border: solid 1px #000000;
    font-size: 1.2em;
    padding: 0.2em;
    margin: 0 0 4px;
}

.login input.submit {
	width: 70px;
    font-size: 1.1em;
    font-weight: bold;
    color: #CCCCCC;
    background: none;
    border: none;
    cursor: pointer;
    margin: 7px 0 0 58px;
}
.login a {
	position: absolute;
    font-size: 1.1em;
    font-weight: bold;
    color: red;
    top: 48px;
    left: -35px;
 
}

#nav {
	position: absolute;
    top: 182px;
    left: 250px;
    display: block;
    width: 350px;
	margin: 0;
    padding: 0;
}

#nav li { 
	display: block;
    float: left;
    padding: 0 30px 0 0;
}

#nav li.bot { 
	margin: 44px 0 0;
    padding: 0 10px 0 20px;
}


#nav a {
	font-size: 1.5em;
    font-weight: bold;
    color: #CC0000;
    text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
    display: block;
    width: 280px;
    height: 110px;
    top: 60px;
    left: 236px;
}

.content {
	font-size: 1.3em;
    padding: 30px 60px;
    position: relative;
}

.content p {
	margin: 0 0 1em;
}

#copy {
	position: absolute;
    left: 60px;
    bottom: 10px;
	color: #666666;
}

#copy a {
	color: #666666;
    text-decoration: none;
}

#mask {
    background-color: #000000;
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 9998;
}
.window {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}
.fix { clear:both; font-size:0px; line-height:0px; height:0px;}

