html, body {
    height: 100%;
	overflow:hidden;
}

body
{
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(background_01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family:"Frutiger 55 Roman",Frutiger, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 { 
font-size: 15px; 
font-weight: bold; 
color: #000000; 
} 


#container {
	
    position: relative;
    background-image: url(transparent1.gif);
    background-repeat: no-repeat;
		background-position: left top;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	}

.content1{
	
	font-family:"Frutiger 55 Roman",Frutiger, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	margin-left: 40px;
	width:1220px;
}

#content
{
	padding:40px;
		color:#000000;
		
}

.content2 {
	
	width:800px;
	margin-top:0px;

	padding:140px;
	
}

#content a
{
	color:#000000;
	text-decoration:none;
	padding:2px;
}

#content a:hover
{
	color:#FF0000;
	
}
	
html>body #container {
    height: auto;
	}

#footer {
    margin-top:0px;
    bottom: 0;
	padding:40px;
	color:#666666;
}



#footer a
{
	color:#666666;
	text-decoration:none;
	padding:2px;
}

#footer a:hover
{
	color:#666666;
	
}


.content1 a
{
	color:#000000;
	font-size:12px;
	text-decoration:none;
	padding:2px;
}

.content1 a:hover
{
	color:#FF0000;
	font-size:12px;
	
}

.content2 a
{
	color:#FF0000;
	font-size:16px;
	text-decoration:none;
	padding:2px;
}

.content2 a:hover
{
	color:#FF0000;
	font-size:16px;
	
}

