/* CSS Document */
html,body {
			
			margin: 0;
			padding: 0;
		}
#container1000{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	

	
}


.topBox{
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 1000px;
	display: block;
}
.middleBox{
	background-image: url(../GRAPHICS/box/tile.png);
	background-repeat: repeat;
	margin: 0px auto;
	width: 1000px;
}
.bottomBox{
	background-image: url(../GRAPHICS/box/main-down.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 1000px;
}
#text{
	color: #FFFFFF;
	font-family: "Century Gothic", Century;
	font-size: 16px;
	text-align: center;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#text a:link, #text a:visited{
	color: #FFFF99;
	text-decoration: none;
}
#text a:hover, #text a:active{
	color:#FFFFFF;
	text-decoration:none;
}

#box {
    width:1000px;
    height:auto;
   
    position:fixed;
    margin-left:-500px; /* half of width */
    margin-top:auto;  /* half of height */
    top:50%;
    left:50%;
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
}
