body {
	background : #D2CFCA url('../images/bg_intro.jpg') no-repeat top left fixed;
	text-align : center;
    margin-top : 0;
    margin-left : 0;
	color : #3f3f3f;
	font: 80% Trebuchet MS, Arial, Sans-serif;
	line-height: 1.6em;
	letter-spacing: 2px;
}
a:link {
	color: #fff;
	text-decoration : none;
}
a:visited {
	color: #fff;
	text-decoration : none;
}
a:hover {
	color: #555;
	text-decoration : none;
}
a:active {
	color: #555;
	text-decoration : none;
}
#content {
	position: absolute;
	background : transparent url('../images/cont_bg.png') repeat-y left;
	top: 50%;
	margin-top : -200px;
	left: 0;
	right: 0;
	width : 100%;
	height : 400px;	
}
#box {
	float : left;
	width : 385px;
	height: 400px;
	margin : 0;
}
#box img {
	width : 285px;
	height: 400px;
	margin-left : 106px;
	margin-bottom: -4px;
}
#enter {
	width : 355px;
	padding-left : 385px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}
#enter img {
	width : 355px;
	margin-top : 140px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}
div#link {
	width : 155px;
	padding-left : 385px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}
div#link p {
	margin-top: 200px;
	padding-left: 10px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}
div#link span {
	color: #555;
}
#footer {
	position: absolute;
    bottom: 0;
    width: 100%;
    clear: both;
	color: #555;
	font: x-small Trebuchet MS, Arial, Sans-serif;
}
#footer p {
	float: right;
	margin: 0.6em 6.5em 1em 1.3em;
	padding: 0;
	letter-spacing: 2px;
}

.rollover {
    float: right;
	margin: -22px 1.3em 1em 0.6em;
	display: block;
	bottom: 0;
	clear: both;
	width: 40px;
	height: 11px;
	margin-left: 3px;
	overflow: hidden;
}
.rollover img {
	border: 0;
}
.rollover a:hover img {
	margin-top: -11px;
	display: block;
}

