* {margin:0px;padding:0px;list-style-type:none;}
html {
	min-height:100%;
}
body,html {
    font-family: "Lucida Grande", "Helvetica", "Arial";
    font-size: 16px;
    color: #333;
    line-height: 1.6em;
	text-shadow:1px 0px 1px #333;
	background:#f7f0bf;
	text-align:center;
	margin:0 auto;
	overflow-y:hidden;
	overflow-x:hidden;
	overflow:hidden;
}
h1 {font-size:35px;}
.trick {
	/*margin:0 auto;
	text-align: center;
	height: 50%; 
	position: absolute; 
	top: 25%;*/
	position:absolute;
	left:50%;
	width:500px;
	top:50%;
	margin-top:-266px;
	margin-left:-266px;
	padding:15px;
}
#wrapper {
	height: 100%;
	width: 100%;
	position:relative;
	text-align:center;
}
.logo {
	margin-top:50px;
}
h1 {padding-bottom:10px;}
.content {
	/*color: #FFF;*/
	color:#3F3B37;
	height:300px;
	width:550px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	/*background: #3F3B37;
	border: 1px solid #231E1E;*/
}
.bottom {
  background: url(/summer/layout/grass.png) bottom bottom repeat-x;
  width: 100%;
  height: 85px;
  bottom:0;
  position:absolute;
  z-index:-12;
}
.sun {
  background: url(/summer/layout/sun.png) top right no-repeat;
  width: 100%;
  height: 114px;
  float:right;
  z-index:99999;
  postion:absolute;
  top:0;
  right:0;
}
.plant {
  background: url(/summer/layout/plant.png) bottom right repeat-x;
  width: 100%;
  height: 104px;
  bottom:0;
  position: relative;
  top:-13px;
  padding-left:100px;
  padding-right:100px;
  overflow:hidden;
  z-index:99999;
}
a,a:link,a:hover,a:active {color:#3F3B37;font-size:35px;}
.menu {
 	position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:232px;
	font-size:30px;
}
