html, body {
	height: 100%;
}

body {
	font: 10px/1.6 Arial, sans-serif;
	color: #444;
	/*overflow: -moz-scrollbars-vertical;*/
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #999;
	outline: none;
	text-decoration:none;
	letter-spacing: 2px;
}

a:hover, a:active {
	color: #999;
}

em {
	font-style: normal;
	margin-right:5px;
	margin-top:0px;
	color: #000;
	background:#fff;
	padding:2px 4px 2px 4px;
}

#container {
	position:absolute;
	width: 305px;
	right: 0px;
}
#vertical_container {
	float:right;
	text-align:right;
	width:305px;
}
#header {
	height: 76px; 
	width: 305px;
	margin-bottom: 0 !important;

	background: url(../images/header-01.png) top right no-repeat !important;
	/*background: url(header.gif) top right no-repeat; stoopid ie*/
}

#header h1 span {
	display: none;
}

.image {
	width:305px;
	height:300px;
	margin-top:15px;
	margin-bottom:0px;
	line-height:565px;
	
}
.contact {
	text-align:left;
	padding-left:0px;
	padding-top:250px;
	padding-bottom:30px;
	height:450px
	background-color: #fff;
	color: #444444;
	overflow: hidden;
		}	