body { background: url('../img/bg.png') repeat-x #797676; margin:0; }
#logo { background: url('../img/logo.png'); width:488px; height:80px; margin-left:auto; margin-right:auto; margin-top:5px; }
#menu { background: url('../img/menu-bg.png') no-repeat; background-position:center; width:744px; height:35px; margin-left:auto; margin-right:auto; margin-top:15px; }
.button { background: url('../img/button-bg.png'); width:95px; height:32px; float:left; margin-right:15px; margin-left:15px; line-height:28px; }
.wrapper { margin-left:auto; width:650px; height:32px; margin-right:auto; }
#content { width:732px; height:488px; background: url('../img/content.png'); margin-left:auto; margin-right:auto; margin-top:25px; }
#footer { background:#6b6b6b; margin-top:10px; width:770px; height:55px; margin-left:auto; margin-right:auto; color:white; line-height:55px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
.space { height:25px; }
.line { background: url('../img/line.png'); width:582px; height:43px; margin-left:auto; margin-right:auto;line-height:43px;text-decoration:bold; }
.inside { margin-left:50px; margin-right:50px; }
a:visited{color:#000;text-decoration:none;};
a:hover{color:#ccc;text-decoration:none;};
a{color:#000;text-decoration:none;};
a:active{color:#000;text-decoration:none;};
#carousel {
	overflow:hidden;
	position:absolute;
	top:50%;
	left:50%;
	padding:11px;
	width:578px;
	height:158px;
	margin:-90px 0 0 -300px;
	background: transparent url(../img/frame.png) 0 0 no-repeat;
}
.slides {
	overflow:hidden;
	position:relative; /* ie overflow issue fix */
	width:578px;
	height:158px;
}
.frame_right_bg {
	position:absolute;
	top:0;
	right:0;
	height:180px;
	width:12px;
	background: transparent url(../img/frame_right_bg.png) 0 0 no-repeat;
}
.slides ul {position:relative;left:0;top:0;}
.slides li {float:left;width:578px;height:158px;}
#buttons { position:absolute;top:20px;right:20px; }
#buttons a { float:left; margin:0 0 0 10px; width:38px; height:16px; text-indent:-9999px; }
#buttons .prev_btn { background: transparent url(../img/prev_btn.png) 0 0 no-repeat; }
#buttons .next_btn { background: transparent url(../img/next_btn.png) 0 0 no-repeat; }
#buttons a:hover { background-position: 0 100%; }
.slide { width:578px;height:158px;}
.img1 { background: transparent url(../img/img1.png) top center no-repeat; }
.img2 { background: transparent url(../img/img2.png) top center no-repeat; }
.img3 { background: transparent url(../img/img3.png) top center no-repeat; }
