html {
	overflow-y: scroll;
}
img { 
	border:none; 
}
img.gallerypic {
	width: 120px;
	height: 180px;
	margin: 2px;
	border: gray 2px solid;
}
body {
	background: url(res/Background2.png);
	background-color: #FF9900;
	background-image: url();
}
div.center {
	margin-left: auto;
	margin-right: auto;
}
div.floatleft {
	float: left;
}
div.floatright {
	float: right;
}
div.heading {
	height: 64px;
}
div.headingleft {
	background: url(res/Logger.png);
	width: 64px;
	height: 64px;
	float: left;
}
div.headingright {
	padding-top: 20px;
	font-size: 14pt;
	font-weight: bold;
	height: 44px;
}
div.divider {
	height: 11px;
	background: url(res/Divider.png);
}
div.separator {
	height: 64px;
	background: url(res/Rock.png);
}
div.section {
	color: #772200;
	padding: 5px;
}
div.comment {
	border: solid 1px #6c6; 
	margin: 5px;
	padding: 5px;
}
div.rating {
	background: url(res/Tree.png);
}

a.brown:link {
	color: #772200;
}
#main {
	background: url(res/Background.png);
	width: 800px;
	font-family: 'Marker Felt',Arial,sans-serif;
}
#banner {
	text-align: center;
	height:198px; 
	font-size: 14pt;
	font-weight: bold;
	color: #772200;
	background-image: url(res/Banner.jpg);
}
#iphone {
	position:relative;
	background: url(res/iphone.png);
	width: 408px;
	height: 753px;
	float:left;
	margin-left: 20px;
}
#iphonecontent {
	width:320px; 
	height:480px;
	position:absolute;
	left:46px;
	top:139px;
}
#content {
	padding-left: 15px;
	padding-right: 15px;
}
#footer {
	height:20px; 
	background: url(res/Footer.png);
	background-color: #cc7700;
	text-align: center;
	font-size: 10pt;
	color: #772200;
	padding: 20px;
}
#tabbar {
	width:800px;
	height:68px;
}
div.tabside {
	float:left;
	width:97px;
	height:68px;
	background: url(res/PlateSide.png);
}
div.tab {
	float: left;
	cursor: pointer;
	width: 155px;
	height: 68px;
	background: url(res/Plate.png);
}
img.tabimg {
	margin-left:22px;
	margin-top:25px;
}

