html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
    margin:0;  
    padding:0;  
    -webkit-text-size-adjust:none;  
}  
    
body {
	background: #000000 url("../images/bg_iphone_02.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Lucida Grande", Verdana, Arial sans-serif;
	font-size: 8pt;	
	color: white;
}

#bg_image_cont {
	visibility: hidden;
}

#bg_image {
	overflow: hidden;
	visibility: hidden;
}

#stripe {
	position: static;
	width: 100%;
	height: 86px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

#logo {
	background:transparent url("../images/transparent.png");
	background-repeat: no-repeat;
	background-position: right top;
	width: 129px;
	height: 86px;
	float: left;
	display: block;
	margin-right: 2px;
}

#navi {
	background: none;
	width: 800px;
	height: 86px;
	overflow: auto;
	margin-top: 0px;
}

#footer {
	position: auto;
	font-size: 7pt;
	text-align: left;
	margin: 6px;
}

.footer {
	font-family: "Lucida Grande", Verdana, Arial sans-serif;
	font-size: 7pt;
	color: #ffffff;
	text-shadow: 2px 2px 2px black;
}

#footer a {
	font-family: "Lucida Grande", Verdana, Arial sans-serif;
	font-size: 7pt;
	color: #ffffff;
	font-weight: normal;
	text-transform: none;
	line-height: 1.0em;
	text-shadow: 2px 2px 2px black;
}

#footer a:hover{
	text-decoration: none;
	color: #ababab;
}

#welove, #welovepopup, #webug, #webugpopup {
 display: none;
 visibility: hidden;
 width: 1px;
 overflow: hidden;
}

#extranavi {
	visibility: hidden;
	display: none;
}


#content_start {
	position: relative;
	top: 90px;
	left: 20px;
	width: 490px;
	z-index: 50;
	padding: 5px;
	
}

.content_start {
	width: 490px;
	font-size: 10pt;
}

#content_standard {
	position: relative;
	top: 90px;
	left: 20px;
	width: 490px;
	z-index: 50;
	padding: 5px;
}

.content_standard {
	width: 368px;
	min-height: 500px;
	font-size: 8pt;
	color: #565656;
	background: white;
	line-height: 1.6em;
	padding: 16px;
}


