* {
	margin: 0;
}
html, body {
	background-image: url(../../images/grass.jpg);
	background-repeat: repeat;
    height: 100%;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
.wrapper {
	z-index:10;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	width: 500px;
    margin: 0 auto -2em;
}
.header {
	text-align:left;
	padding-left:110px;
}
.footer, .push {
	text-align:center;
    height: 2em;
}
.mainContent {
	padding-top: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:400px;
	/*background: #FFFFFF;*/
	min-height:100%;
	height:100%;
	z-index:30;
}

.mainContent #top {
	background-image: url(images/window_top.png);	/*display:none;*/
	position:relative;
	width:400px;
	height:26px;
	z-index:15;
}

.mainContent #body {
	background-image: url(images/window_body.png);
	background-repeat: repeat-y;	/*display:none;*/
	width:400px;
	height:550px;
	position:relative;
	z-index:20;
}

.mainContent #bottom {
	background-image: url(images/window_bottom.png);
	width:400px;
	height:14px;
	position:relative;
	z-index:25;
	/*display:none;*/
}
.mainContent #info {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	/*display:none;*/
}
.mainContent #apps {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	display:none;
}
.mainContent #support {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	display:none;
}

.mainContent #nav {
	background: none;
	position:relative;
	z-index:50;
}

.iphoneColumn {
	position: relative;
	width:100px;
	top:-255px;
	left: 300px;
	z-index:32;
}
.appstore {
	position: relative;
	width:100px;
	top:-600px;
	left: 300px;
	z-index:33;
}

.logo {
	position: absolute;
	width:127px;
	height:31px;
	top:0px;
	left:0px;
}

.blackband {
	background-color: #000000;
	z-index:1;
	position: absolute;
	height:100%;
	width:100%;
	top: 600px;	
}
.wrapper .mainContent #nav img {
	padding: 2px;
	border: 0px;
}

.wrapper .mainContent #nav a, #nav :active, #nav :focus {
	outline: none;
}
