body
{
margin: 0;
padding: 0;
}

#wrapper{
	width:960px;
	height: auto;
	margin:0px, auto, 0px, auto;
	float: none;
	background-image: url('img/tableback.jpg');
}

#header{
	width:962px;
	height: 250px;
	margin:0px, auto, 0px, auto;
	float: none;
	background-image: url('img/banner.jpg');
	background-repeat: no-repeat;
}

#main{
	width:962px;
	height: auto;
	margin:0px, auto, 0px, auto;
	float: none;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('img/tableback2.jpg');
	background-repeat: no-repeat;
}

#iphone{
	width:480px;
	height: 345px;
	margin:0px, auto, 0px, auto;
	float: left;
	padding-left: 97px;
	padding-top: 27px;
	background-image: url('img/iphone.png');
	background-repeat: no-repeat;
}

#maintext{
	width:300px;
	height: auto;
	margin:0px, auto, 0px, auto;
	float: left;
}

#footer{
	width:962px;
	height: 35px;
	margin:0px, auto, 0px, auto;
	float: left;
	background-image: url('img/footer.jpg');
	background-repeat: no-repeat;
}


b.normal{
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
line-height: 1.3;
font-weight:normal;
}

a{
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
font-weight:bold;
}

a:link{text-decoration:none;color:#000;}
a:visited{text-decoration:none;color:#000;}
a:hover{text-decoration:underline;color:#000;}

b{
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
font-weight:bold;
}

p{
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
line-height: 1.2;
}

a.small{
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:7pt;
}

h2{
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:12pt;
font-weight:bold;
}

ul 
{
list-style-image: url('img/bullet.jpg');
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
line-height: 1.2;
}

ol 
{
list-style-type: decimal;
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
font-weight:bold;
}