* {
	padding: 0;
	margin: 0;
}

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

body {
	height: 100%;
	width: 100%; 
	background-image:url("../img/background.png");
	background-repeat:repeat;
	text-align: center;
	
}

.header {
	top: 0;
	position: fixed;
	width: 50%;
}
.header.left {
	z-index: 1;
	left: 0;
}
.header.right {
	z-index: 2;
	right: 0;
}
.header .spacer { 
	position: absolute;
	width: 400px;
	margin: 0;
}

.header.left .spacer {
	right: 0;
	text-align: left;
}
.header.right .spacer {
	left: 0;
	text-align: right;
}

.header img.description {
	display: none;	
}

.left div.dummy {
	width: 80px;
	height: 99px;
	display: inline-block;
}

.mov div.dummy {
	margin-top: 22px;
	width: 88px;
	height: 18px;
	display: inline-block;
}

.des div.dummy {
	margin-top: 22px;
	width: 88px;
	height: 18px;
	display: inline-block;
}

.main {
	z-index: 0;
	margin: 0 auto;
	width: 960px;
} 

.main a {
	display: block;
}

.main li {
	margin-top: 120px;
	margin-bottom: 20px;
	list-style: none;
}
.hidden {
	display: none;
}

