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

body {
	background:url(../images/background.jpg) repeat-x;
	background-color:#000000;
	margin: 0;
}
		
html {
  overflow:-moz-scrollbars-vertical;
}


#container {
	width:850px;
	height:610px;
	margin:auto;
}

#top {
	width:850px;
	height:393px;
	background:url(../images/home1.jpg) no-repeat;
	margin:auto;
}

#button {
	position:relative;
	width:362px;
	height:217px;
	float:left;
}

#right {
	position:relative;
	width:488px;
	height:217px;
	background:url(../images/home2.jpg) no-repeat;
	text-align:right;
	float:right;
}

#left {
	position:relative;
	width:675px;
	height:610px;
	background:url(../images/menu1.jpg) no-repeat;
	float:left;
}

#back {
	position:relative;
	width:175px;
	height:44px;
	float:right;
}

#menuright {
	position:relative;
	width:175px;
	height:566px;
	background:url(../images/menu2.jpg) no-repeat;
	float:right;
}

a:link, a:active, a:focus, a:visited {
	outline:none;
	color:#666666;
	text-decoration:none;
}
