html{
	overflow: scroll;
}

body{
	margin: 10px 0px 0px 0px;	
}

div.top
{
	width: 100%;
	height: 80px;
}

div.top_logo{
	width: 300px;
	float: left;
}

div.top_menu{
	float: left;
	font-family: arial;
	color: #777777;
	font-size: 12px;
	font-weight: bold;
}

img.top_logo{
	margin-left: 30px;
}

div.midstripe
{
	width: 100%;
	min-width: 1000px;
	background-image: url('/img/stripebg.png');
	background-repeat: repeat-x;
	height: 359px;
	margin-top: 50px;
}


img.frontimage_balloon{
	margin-left: 15px;
	float:left;
}

img.frontimage_finally{
	margin-right: 0px;
	float: right;	
}

