body {
	font: 11px Verdana, Geneva, sans-serif;
	margin: 60px 0 40px 0;
	background: url("images/bg.png") #000000;
	text-align: center;
	line-height: 18px;
}
#wrap {
	width: 800px;
	margin: auto;
	text-align: left;
	background: url("images/corners.png") no-repeat bottom left #ffffff;
}
p {
	margin: 0 0 18px 0;
}

h1 {
	margin: 0 0 40px 0;
	height: 100px;
	text-align: center;
}
h1 a {
	width: 470px;
	height: 100px;
	display: block;
	background: url("images/logo.png") no-repeat top center;
	margin: auto;
}
h1 span {
	display: none;
}

#footer {
	margin: auto;
	color: #aaaaaa;
	margin-top: 30px;
}

.clear {
	clear: both;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu {
	width: 800px;
	height: 61px;	
}
#menu li {
	float: left;
}
#menu li, #menu a {
	width: 200px;
	height: 61px;
}
#menu a {
	display: block;
}
#menu span {
	display: none;
}
#m01 a {
	background: url("images/menu_ss.png") no-repeat top left;
}
#m02 a {
	background: url("images/menu_getnow.png") no-repeat top left;
}
#m03 a {
	background: url("images/menu_testimonials.png") no-repeat top left;
}
#m04 a {
	background: url("images/menu_support.png") no-repeat top left;
}
#m01 a:hover, #m01 .active {
	background: url("images/menu_ss.png") no-repeat bottom left;
}
#m02 a:hover, #m02 .active {
	background: url("images/menu_getnow.png") no-repeat bottom left;
}
#m03 a:hover, #m03 .active {
	background: url("images/menu_testimonials.png") no-repeat bottom left;
}
#m04 a:hover, #m04 .active {
	background: url("images/menu_support.png") no-repeat bottom left;
}

#main {
	padding: 20px;
}