/* Universals */
* {
    padding: 0;
    margin: 0;
}

/* Common Tags */
body {
	background: url(../images/background.gif) repeat;
	position: relative;
	margin-left:auto;
	margin-right: auto;
	width:900px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

/* Main */
.proscenium {
	position: relative;
	height: 707px;
	width: 897px;
	top:20px;
	background: url(../images/proscenium.gif) no-repeat;
}
.intro {
  position: absolute;
  top: 127px;
  width: 408px;
  left: 44px;
}
.intro p {
	position: relative;
	top:14px;
}
.itseasy {
  position: absolute;
  top: 304px;
  width: 408px;
  left: 44px;
}
.icon {
	position: absolute;
	left:294px;
	top:510px;
}
.steps {
  position: absolute;
  width: 414px;
  left: 44px;
}
.downloadButton {
	position: absolute;
	top:541px;
	left:53px;
	width:383px;
	height: 29px;
	cursor: pointer;
}
.requirements {
  position: absolute;
  top: 608px;
  width: 408px;
  left: 44px;
}
.screens {
	position:absolute;
	top:40px;
	left:555px;
}
.links {
	position: absolute;
	top:390px;
	left:515px;
	width:400px;
}
.link {
	position: relative;
	float:left;
	margin-right:20px;
	cursor: pointer;
}
.features {
	position:absolute;
	top:436px;
	left:515px;	
	width:335px;
}
/*.features p {
	padding-bottom: 17px;
)*/

.features li { 
	list-style-image: url(../images/howToListArrow.gif);
	list-style-position: outside;
	padding-bottom: 17px;
}

html[xmlns] .features {
    padding-left: 15px;
    }

html[xmlns] .features li {
    background: none; /* undo the background-image */
    list-style-image: url(../images/howToListArrow.gif);
	padding-bottom: 17px;
    }

/* How-To */
.prosceniumHowTo {
	position: relative;
	height: 707px;
	width: 897px;
	top:20px;
	background: url(../images/prosceniumHowTo.gif) no-repeat;
}
.howToText {
	position: absolute;
	left:49px;
	top:140px;
	width: 400px;
	height:460px;
	overflow: auto;
}
.howToText p {
	margin-bottom: 16px;
}
.howToText ul {
	margin-left: 3px;
}
.howToText li {
	list-style-image: url(../images/howToListArrow.gif);
	list-style-position: inside;
	margin-bottom: 12px;
}
.downloadButtonHowTo {
	position: absolute;
	top:400px;
	left:0px;
	width:383px;
	height: 29px;
	cursor: pointer;
}
.howToImage {
	position: absolute;
	left: 495px;
	top:65px;
}
