@charset "utf-8";
/* CSS Document */

body{background:url(../img/link_bg1.jpg) no-repeat center center;background-size:100% auto;}
#footer{position:absolute;bottom:0;margin-bottom:0;}

#main{margin:150px auto 0;width:980px;}
#menu{float:left;padding:20px;width:400px;background:url(../img/black_bg.png);
			-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
			-webkit-box-shadow: 0 0 8px #000000;-moz-box-shadow: 0 0 8px #000000;box-shadow: 0 0 8px #000000;
			background-color:#333333;background-color:rgba(30,30,30,0.5);
}
#menu a{display:block;width:400px;height:73px;line-height:73px;background:url(../img/link_button.png) no-repeat center center;text-align:center;font-size:24px;}

