body {
	margin: 0px;
	background:url(./IMG/white.jpg) center repeat-y #CBCBCB;
}
div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#container {
	position: relative;
	text-align: center;
	width: auto;
	height: auto;
	background:  url(./IMG/bgV.jpg) top left repeat-x #CBCBCB;
}

#background {
	position: relative;
	margin: auto;
	text-align: center;
	width: 376px;
	height: 500px;
	border: 0px solid #FFFFFF;
	background: url(./IMG/home.jpg) no-repeat center;
}

#background h1 {
	display: none;
}

#menu {
	position: relative;
	margin: 10px 0 0 -30px;
	float: left;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: auto;
	background: #FFFFFF;
}

#container #background #menu a {
	display: block;
	text-decoration: none;
	color: #000000;
}

#container #background #menu a:link {
	text-decoration: none;
	color: #000000;
}
#container #background #menu a:visited {
	text-decoration: none;
	color: #000000;
}
#container #background #menu a:hover {
	color: #FFFFFF;
	background: #656060;
}
#container #background #menu a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #656060;
}

#nl {
	width: 100px;
}