*{
	margin: 0;
	padding: 0;
}

html, body{
	width: 100%;
	height: 100%;
}

body{
	background: #000;
	color: #DDD;
	font: normal normal 11px/200% sans-serif;
	overflow: hidden;
}
a{
	color: #CCC;
	text-decoration: none;
}
a:hover{
	color: #FFF;
}
a img{
    border: 0px;
}
div#head{
	margin: 30px;
	margin-bottom: 80px;
    position: absolute;
    z-index: 210;
}
h1{
	color: #FFF;
}
h3{
    color: #FFF;
    font-size: 100%;
}

div.page{
    position: absolute;
    top: 110px;
    margin: 20px;
    padding: 10px;
    z-index: 200;
}
div.page-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    z-index: -1;
}
div.page-content{
    clear: left;
    border-top: 1px solid gray;
    padding-top: 20px;
    width: 900px;
}
ul.menu{
	list-style:none;
}
ul.menu li{
    float: left;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.menu li a{
}

/* ---- INDEX -------------------------- */
div#index{
}
h2{
	font-size: 110%;
	margin-top: 20px;
	font-weight: normal;
	color: #FFF;
    line-height: 220%;
    
    /*position: absolute;
    top: 10px;
    width: 400px;*/
}
h2 span{
	font-size: 90%;
}
p#intro{
    margin-top: 20px;

    /*position: absolute;
    top: 110px;
    width: 400px;*/
}
div#index ul.menu{
	margin-top: 20px;
    margin-bottom: 20px;

    /*position: absolute;
    top: 240px;
    width: 300px;*/
}
div#index ul.menu li{
    float: none;
    margin: 0px;
    padding: 0px;
}
div#credit{
    /*position: absolute;
    top: 370px;
    width: 300px;*/
}
div#credit dl dt{
	float: left;
}
div#credit dl dd{
	margin-left: 3em;
}
div#credit p{
    padding: 10px;
}
div#credit p img{
    margin-right: 5px;
}
/* ---- ABOUT -------------------------- */
div#members{
    float: left;
    width: 450px;
}
div#members dl dt{
    float: left;
    margin-right: 10px;
}
div#members dl dd{
	margin-left: 4em;
}
/* ---- PROFILE -------------------------- */
div#profile{
}
div#profile p img{
    float: left;
    margin: 0px 20px 10px 0px;
}
div#profile p{
}

/* ---- TICKET -------------------------- */
div#ticket{
}
div#ticket div#column1{
    clear: left;
    float: left;
    width: 920px;
}
div#ticket div#column2{
    float: left;
    width: 450px;
}
div#ticket dl dt{
}
div#ticket dl dd{
    padding-left: 1em;
    line-height: 150%;
    margin: 10px 5px;
}
div#ticket dl dd span{
    font-size: 90%;
}
dl#ticlet_distr dd{
    margin: 10px 5px;
}
div#ticket ul#notice{
    margin-left: 10px;
}