/* CSS Document */
body{
	min-height:0;
	min-width:0;
	background-image:none;
}

div#head {
	position:relative;
	top:0;
	right:0;
	left:auto;
	margin:0;
	width:100%;
}
div#head img{
	float:right;
	padding-left:50px;
	border:none;
}

div#content {
	position:relative;
	top:0;
	left:0;
	margin:20px 0 0 150px;
	overflow:visible;
	width:auto;
	padding:0;
	height:auto;
}
