@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/index-background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position:50% 0%;
}
#index {
	width:1000px;
	margin:0 auto;
	position: relative;
}
#header {
	position: relative;
	width:1000px;
}
#header_logo {
	position: absolute;
}
#header_news {
	position: absolute;
	width:420px;
	left: 375px;
	top: 20px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #CC3300;
	letter-spacing: 1px;
}
#header_news a{
	text-decoration: none;
	color: #CC3300;
}
#header_news a:hover{
	text-decoration: underline;
	color: #CC3300;
}
#header_news a:link{
	text-decoration: none;
	color: #CC3300;
}

#header_card {
	position: absolute;
	width:100px;
	left: 820px;
	top: 50px;
}

#menu_out {
	position: relative;
	width:1000px;
}

#menu {
	position: absolute;
	width:868px;
	left: 50px;
	top: 680px;
	height: 23px;
	text-align: center;
}

#footer {
	clear: both;
	position: relative;
	top: 900px;
	width:1000px;
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
}
#footer a:link{
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
}
#footer a:hover{
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
}
#footer a:visited{
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
}
