@charset "UTF-8";
/* formatting style
-----------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 70%;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
}
hr {
	display: none;
}
/* link style
-----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
	list-style: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #ff0546;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-----------------------------------*/
#wrapper {
	width: 860px;
	background-color: #FFFFFF;
	height: 820px;
	border-style: none;
	margin: 5px auto 10px;
	background-image: url(images/idiom_top_img.jpg);
	background-repeat: no-repeat;
}
#main {
	height: 800px;
	width: 860px;
	position: relative;
}
#main li {
	list-style: none;
}
#footer {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	width: 860px;
	height: 20px;
	text-align: center;
}
