@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	position: relative;
	height: 100%;
	background: transparent url(images/bg3.gif) left top repeat;
}

#poster {
	display: block;
	width: 100%;
    min-width: 417px;
	height: 100%;
    min-height: 625px;
	background: transparent url(images/gjt-poster-b.jpg) center no-repeat;
}

#poster a{
	display: block;
	text-decoration: none;
	color: #EEEEEE;
	width: 417px;
	height: 625px;
	margin: -312px 0 0 -209px;
	top: 50%;
	position: absolute;
	left: 50%;
}