@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Playball);
/* CSS Document */

body {
	background:#000000;
	margin:0;
	padding:0;
	/*font-family: 'Playball', cursive; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
#logowrap {
	max-width:792px;
	width:100%;
	height: auto;
	margin:0 auto;}

#buttonwrap {
	width:792px;
	height:114px;
	margin:0 auto;}	
	
ul li {
	padding:20px;}