body {
	margin:0;
	padding:0;
	background:#f3f3f3;
	text-align:center;
}

#appwrapper {
	width:901px;
	margin:0 auto;
	padding:0;
	height:485px;
	background:#FFF;
	text-align:center;
	-webkit-box-shadow: 0px 5px 10px #d4d4d4;
	/*-webkit-border-top-left-radius: 6px;*/
	-webkit-border-bottom-left-radius: 6px;
	/*-webkit-border-top-right-radius: 6px;*/
	-webkit-border-bottom-right-radius: 6px;
	overflow:hidden;
	position:relative;
	right: 2px;
}

#appwrapper #flash {
	width:895px;
	height:354px;
	margin: 0 3px 0 3px;
	background:#333;
}

ul#menubuttons {
margin-top:10px;
margin-left:3px;
padding:0;
}

ul#menubuttons li {
float:left;
display:inline;
padding:0;
margin:0;
overflow:hidden;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;


}

ul#menubuttons li div {
position:relative;
width:296px;
height:113px;
background: url(images/button_bg.jpg) repeat-x;
border:1px solid #CCC;
border-right:1px solid #f3f3f3;
}

ul#menubuttons li div.rightcorner {
position:relative;
width:296px;
height:113px;
background: url(images/button_bg.jpg) repeat-x;
border:1px solid #CCC;
}



.leftcorner {
	-webkit-border-bottom-left-radius: 4px;
}

.rightcorner {
	-webkit-border-bottom-right-radius: 4px;
}

.more_bug {
	position:absolute;
	bottom:0;
	right:0;
	width:72px;
	height:49px;
}


ul#menubuttons li div.selected {
	background: url(images/button_bg_selected.jpg) repeat-x;
	color:#FFF;
}

.btn {
	display:block;
	width:295px;
	height:113px;
	background: url(images/more_bug.png) no-repeat;
	background-position:224px 64px;
	text-align:left;
	padding:10px 0 0 10px;
	font-size:13px;
	color:#666666;
	text-decoration:none;
}

.btn p {
	font-size:13px;
	padding-right:20px;
}

.btn h2 {
	color:#666;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:16px;
}

.btn.selected {
	color:#FFF;
	text-decoration:none;
}

.btn.selected h2{
	color:#FFF;
	text-decoration:none;
}
