body 
{
    font-family: bembo, georgia, serif;
	background-color: #000000;
	margin: 0px;
	text-align: center
}

.center {
	margin:0px auto;
	width: 800px;
	height:600px;
	position: relative
}

#FrontPage {
	text-align: left;
	position: static;
    top: 0px;
    width: 800px;
    height:600px;
    overflow: hidden;
    margin: 0px;
    background-color: #000000;
	background-image: url("../graphics/kim_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
} 

h1 {
    position: absolute;
	top: 65px;
	left: 90px;
	color: #f0f3d7;
	font-family: bembo, georgia, serif;
	font-size: 60px;
}
h2 {
    position: absolute;
	top: 135px;
	left: 90px;
	color: #f0f3d7;
	font-family: bembo, georgia, serif;
	font-size: 36px;

}
h3 {
    position: absolute;
	top: 254px;
	left: 250px;
	color: #f0f3d7;
	font-family: bembo, georgia, serif;
	font-size: 20px;

}

a
{
    color: #f0f3d7; 
    text-decoration: none;
    font-variant: normal 
}

a:hover 
{
    color: #CCCC99;
}    
