@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
	}
	
a hover {
	color: #666;
	}

h1 {
	font-size: 16px;
	font-weight: lighter;
	color:#000;
	}

h2 {
	font-size: 16px;
	font-weight: lighter;
	color:#999;
	}
	
#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#navi {
	position: relative;
    width: 860px;
	height: 50px;
    top: 20px;
    left: 50%;
    margin-left: -420px;
	}

#header{
	position: relative;
    width: 860px;
	height: 100px;
    top: 5px;
    left: 50%;
    margin-left: -420px;
	font-size: 40px;
	font-weight: lighter;
	color:#000;
	}

#content {
	position: relative;
	background-color: #FFF;
    width: 860px;
	height: 483px;
    top: 5px;
    left: 50%;
    margin-left: -420px;
	}
	
#contentwhite {
	position: relative;
    width: 860px;
	height: 483px;
    top: 5px;
    left: 50%;
    margin-left: -420px;
	}
	
#contentleft {
	position: relative;
	background-color: #FFF;
	float:left;   
	}

#contentright{
	position: absolute;
	float: right;
	left: 435px;
	top: 0px;
	}
	
#contenttext{
	position: absolute;
	top: 13px;
	left: 9px;
	font-size: 10px;
	color:#666;
	width: 403px;
	height: 299px;
	}

#scaledBackground {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

#scaledBackground p {
	width: 100%;
	height: 100%;
}

#scaledBackground p img {
	width: 100%;
	height: 100%;
}

#footer {
	position: relative;
    width: 860px;
	height: 50px;
    top: 20px;
    left: 50%;
    margin-left: -420px;
	font-size: 12px;
	color:#000;
	}

