@charset "UTF-8";
@import "reset.css";

/*body
-----------------------------------------------------------------------------*/
html, body, #website {
    height: 100%;
    overflow: hidden;
}
/* end hide */
body {
    background: #FFFFFF;
    margin: 0;                
}
/*
-----------------------------------------------------------------------------*/
#website {
        width:100%;
        position:relative;
        height:100%;
        min-height:100%;
		background-color:#1074da;
		margin:0;
		padding:0;
		overflow: hidden;
		font-size:10px;
}
#contentsArea {
	width:800px;
	height:330px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-200px 0 0 -400px;
	text-align:center;
}
.gallery {margin:0 0 25px 0;}
.flashplayer {margin:0 0 30px 0;}
.text {margin:0;}
/*
-----------------------------------------------------------------------------*/
#contents {
        padding-bottom:23px;
}
/*
-----------------------------------------------------------------------------*/
#footer {
	width:100%;
	background:#ffffff;
	position: absolute;
	bottom:0px;
	height:23px;
	border-bottom:solid 1px #df0581;
}

.copyright{
	text-align:center;
	margin:4px 10px 0 0;
}
/*
-----------------------------------------------------------------------------*/
.clear {
	clear:both;
	font-size:1px;
}

