* {
    margin:0;
    padding:0;
}

.test {
    border:1px solid red;
}

body, table {
	font-family: Trebuchet MS;
    font-size: 22px;
	font-weight: bold; 
	text-align:center;
	position:relative;
}

h1 {
	margin-bottom:0.2em;
}

a, a:visited {
    font-size: 11px;
    color:black;
}

a:hover {
    text-decoration:none;
}

#wrapper {
    width:1000px;
    border-left: 2px solid #411b46;
    border-right: 2px solid #411b46;
    margin:0 auto;
    text-align:left;
    position:relative;
}

#header {
    height:131px;
    background:url('/images/header.jpg') 0 0 no-repeat;
}

#block1 {
    overflow:hidden;
    padding-bottom:20px;
	border-bottom:3px solid #cecece;
}

#block2 {
	min-height:550px;
	padding:20px 0;
	padding-left: 20px;
	border-bottom:3px solid #cecece;
	background:url('/images/mujiki.jpg') right bottom no-repeat;
}

#block3 {
	padding:20px 0;
	text-align:center;
}

#form {
    position:absolute;
    right:20px;
    top:100px;
    width:320px;
    background-color: #ededed;
    border:1px solid #949699;
    border-width:0 1px 1px 0;
    text-align:center;
}

#form input {
    width:90%;
    border-top:1px solid #949699;
    border-left:1px solid #949699;
    padding:3px;
    font-size:12px;
    letter-spacing:1px;
}

#form button {
    border:none;
    background-color:transparent;
    font-size: 22px;
    font-weight:bold;
    cursor:pointer;
    color: #65bb45;
    letter-spacing:1px;
}

.inner {
    margin:10px;
}

p   {
    margin-bottom:10px;
}

.error {
    color:red;
    font-size:11px;
}

.bg {
    z-index:99;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:transparent;
    display:none;
}

.modal {
    width:600px;
    position:absolute;
    top:100px;
    left:50%;
    margin-left:-300px;
    /*z-index:999;*/
}

.top, .bottom {
    height:80px;
    font-size:20px;
    line-height:80px;
}

.top {
    background-color:black;
    color:#d8d8d8;
    text-align:center;
}

.middle {
    padding-top:30px;
    padding-bottom:10px;
    background-color:#410c48;
}

.bottom {
    background-color:#666;
    color:white;
}

.partners {
    padding:20px;
    margin-top:20px;
    text-align:center;
}

.banner {
    height:120px;
    padding-top:100px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
}

#exposeMask {
background:url("/images/mask_gradient_1000.png") no-repeat scroll 95% -130px #2b102f;
}