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

body {
	background-color: #000000;
	background-image: url(images/background.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#container {
	width:658px;
	margin:0 auto;
	margin-top:-11px;
}
#banner {
	width:658px;
	height:466px;
	background-image:url(images/index_01.png);
	float:left;
}
#logo {
	width:658px;
	height:28px;
	background-image:url(images/index_02.png);
	float:left;
}
#links {
	width:658px;
	height:14px;
	float:left;
}
#rightContent {
	width:357px;
	height:auto;
	float:left;
}
#leftContent {
	width:291px;
	height:auto;
	float:left;
	margin-left:10px;
}
#contentRepeat {
	width:658px;
	height:1200px;
	background-image:url(images/index_17.png);
	background-repeat:repeat-y;
	margin-bottom:-100px;
}
