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

body {
	margin : 0;
	padding : 0;
	color : #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	line-height: 120%;
	text-transform: uppercase;
	font-weight:bold;
	background-color: #fff;
	
}

#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
}
#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}

#content {
  position:fixed;
  z-index:1;
	top:170px;
	left:120px;
	
	}
	
#nav {
	width: 252px;
	text-align: center;
	padding-top:20px;
	word-spacing:8px;	
}



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

a:link {
	
	color: #000;
}

a:visited {
	color: #000;
	}

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