* {
    margin: 0;
    padding: 0;
	border: 0;
}
html{
	overflow-y: scroll;
}
body{
	background-color: #fff2e3;
	color: #feeccd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	text-decoration: none;
}
A:link{
	color: #feeccd;
}
A:visited{
	color: #feeccd;
}
A:active{
	color: #feeccd;
}
A:hover{
	color: #FFF;
}
#container {
    width: 100%;
	height: 100%;
}
#menu{
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -273px 0px 0px -420px;
	width: 403px;
	height: 546px;
	padding: 110px 25px 25px 25px;
	background: #fff2e3 url("../images/background.jpg") no-repeat;
}
#main{
	position: absolute;
	list-style: none;
	margin-left: 35px;
}
#main li{
	margin-bottom: 21px;
}
.current{
	margin-left: 10px;
}
#sub{
	position: absolute;
	left: 220px;
	width: 150px;
	height: 170px;
	vertical-align: middle;
}
#subsub td{
	height: 20px;
}
#text{
	position: absolute;
	top: 380px;
	left: 48px;
	width: 300px;
	text-align: justify;
	
}
#juliette{
	margin: 0 0 20px 5px;
}
#content{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 332px;
	margin-top: -250px;
	height: auto;
	vertical-align: middle;
	text-align: justify;
	color: #000;
}
.image-column{
	text-align: center;
	vertical-align: middle;
	width: 166px;
	height: 166px;
}
.small{
	font-size: 10px;
}
