/* CSS Document */
@charset "utf-8";
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-color: #000;
	border-color:#666
	background:#000;
	margin-left: 0px;
	margin-right: 0px;
}
#container {
	width: 1024px;
	height: 764px;
	background: #000;
    margin= auto;
	padding-left:  0px;
	padding-right: 0px;
	overflow:hidden;
}
#main_image {
	background-image: url(../Background3.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 768px;
	width: 1024px;
}
#container #main_image #main_text {
	left: 150px;
	top: 205px;
	height: 140px;
	position: relative;
	padding: 12px;
	border-color:# 666;
	width: 700px;
	overflow-x: ;
	overflow-y: hidden;
	border: 0;
}
#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block
	float: left;
	padding: 10px;
	border: 0;
}
#check_menu {
	position: absolute;
	left: 175px;
	top: 100px;
	right: auto;
}

