html {
	font-size:100.1%;
}

body{
	background-color: #E7E7E7;
	background-image: url('../img/bg_start.gif');
	background-repeat: repeat-y;
	font-family:Arial,Helvetica,sans-serif;
	font-size:75%;
	padding: 0px;
	margin: 0px;
}

/* img { behavior: url('../css/iepngfix.htc'); } */
img {
	border: 0px;
}

#container {
	width: 700px;
	position: relative;
	margin: 32px 0px 0px 32px;
	height: 100%;
/*	border: 1px solid #FF0000; */
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 737px;
	height: 37px;
	background-image: url('../img/bg_start_header.gif');
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 16px;
	_top: 44px;
	left: 32px;
	width: 147px;
	height: 55px;
}

#flash {
	position: absolute;
	top: 128px;
	_top: 176px;
	right: 11px;
}

#navigation {
	position: absolute;
	top: 128px;
	_top: 176px;
	left: 32px;
}

#address, #addressPhone, #addressMail {
	position: absolute;
	top: 356px;
	_top: 394px;
	color: #999999;
}

#address {
	left: 32px;
}

#addressPhone {
	left: 232px;
}

#addressMail {
	left: 480px;
}

a, a:hover {
	text-decoration: none;
	color:#999999;
}
