﻿@charset "utf-8";
body{
	background-color:#FFFFFF;
	width: 1000px;
	height: 99%;
	margin: auto;
	z-index:0;
}
#intro_page{
	background-color:#FFFFFF;
	position:relative;
	margin:auto;
	padding-top:40px;
	text-align:center;
	width:710px;
	height:510px;
	border:none;
	z-index:1;
}
#intro_text{
	position:relative;
	top:10px;
	left:0px;
	width:1000px;
	height:500px;
	padding:0px;
	border:none;
	font-size:24px;
	z-index:2;
}
#intro_footer{
	position:relative;
	top:-5px;
	margin-bottom:5px;
	width: 1000px;
	height: 30px;
	background-color: #2A7F00;
	z-index:2;
}
#skip {
	position:absolute;
	bottom:5px;
	left:40px;
	width:150px;
	height:80px;
}
#skip a {
	text-decoration:none;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#2a6e9d;
}
#skip a:hover {
	color:#a3d51a;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
#skip2 {
	position:absolute;
	bottom:10px;
	right:40px;
	width:150px;
	height:80px;
}
#skip2 a {
	text-decoration:none;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#2a6e9d;
}
#skip2 a:hover {
	color:#a3d51a;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

