* {
	margin:0;
	padding:0;
}

body {
	background:url(bg.jpg);
	background-color:#ac0086;
	margin:0px;
	padding:0px;
	text-align:center;
	background-repeat:no-repeat;
}

body img {
border:0px;
}

#wrappermain {
	background-position:0px 0;
	background-repeat:no-repeat;
	margin:0 auto;
	width:800px;
	text-align:left;
}



#wrappertop {
	background-image:url(./img/top.png);
	width:800px;
	height:20px;
	float:left;
}


#contentwrapper {
	width:800px;
	background:white;
	float:left;
}





.left {
	width:450px;
	float:left;
}

.left ul {
	list-style-position:inside;
}

.right {
	background-image:url(./ipad.png);
	width:700px;height:563px;
	float:left;
}

.left .logo {
	margin-left:20px;
	margin-top:50px;
	
}

.left .applink {
	margin-left:20px;
	margin-top:20px;
}

.toplogo {
	margin-top:30px;
	margin-bottom:20px;
}

.description {
	margin-left:20px;
	font-family:trebuchet ms, helvetica, sans-serif;
	color:white;
	font-size:12px;
	margin-top:20px;
}

#slideshow {
	left:82px;
	top:78px;
	position:relative;
	height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}