
body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 75%;
	color: rgb(240,240,240);
	background-color: rgb(0,0,0);
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: 640px;
}

a {
	color: rgb(200,215,240);
}

.maininfo {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 0px;
	margin-left: -320px;
	overflow: hidden;
	
}

.maininfo_tall {
	position: absolute;
	width: 480px;
	left: 50%;
	top: 0px;
	margin-left: -240px;
}

#graphic {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
}

#graphic_tall {
	position: absolute;
	width: 480px;
	height: 640px;
	margin-left: 0px;
	margin-top: 0px;
}

#movie {
	position: absolute;
	width: 480px;
	height: 376px;
	margin-left: 80px;
	margin-top: 55px;
}

#movie_big {
	position: absolute;
	width: 640px;
	height: 480px;
	margin-left: 0px;
	margin-top: 0px;
}

#movie_tall {
	position: absolute;
	width: 320px;
	height: 536px;
	margin-left: 50px;
	margin-top: 55px;
}
