@charset "utf-8";


* {
	font-style: normal;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.6em;
	font-family: sans-serif;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	border-top: 10px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 5px solid #999999;
}
#wrapper h1 {
	margin-top: 50px;
	text-align: center;
}
#wrapper address {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#wrapper #button {
	margin-top: 50px;
	margin-bottom: 30px;
}
#wrapper #button #enter {
	margin-right: 50px;
	text-decoration: none;
	border-style: none;
}
#wrapper #button #exit {
    margin-right: 50px;
	text-decoration: none;
	border-style: none;
}
#wrapper #button #englishPage {
    border-style: none;
}
#wrapper h2 {
	font-size: 1.2em;
}
#wrapper #banner a img {
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
	border-style: none;
}
