html {
        width: 100%;
        height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
        width: 100%;
        height: 100%;
	background-image: url('images/background-color.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: Verdana;
}

#background {
	width: 100%;
	height: 100%;
	background-image: url('images/background-image.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#main {
	width: 722px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	background-color: transparent;
}

#logo {
	width: 722px;
	height: 243px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu {
	width: 722px;
	height: 36px;
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#data {
	width: 700px;
	height: auto;
	background-image: url('images/data_border.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 0px 12px;
}

#about {
	width: 695px;
	height: 15px;
	background-color: #383838;
	margin: 0px 5px 0px 12px;
	padding: 3px 10px 0px 0px;
	font-size: 9px;
	font-family: Tahoma;
	text-align: right;
	color: #ffffff;
}

div.clear {
	width: 1px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	visibility: hidden;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

