body {
      background: #000000;
	  margin: 0px;
}
#centerbox {
        width: 640px;
        height: 350px;
        position: absolute;
        top: 45%;
        left: 50%;
        margin: -175px 0px 0px -320px;
        border-style: solid;
        border-width: thin;
        border-color: #202020;
		background: #ffffff;
}
	/*#flashcontainer {
	   border-style: solid;
        border-width: thin;
        border-color: #202020;
	}*/
    
#langsel {
	  position:absolute;
	  right: 5%;
	  bottom: 5%;
}
#quotebox {
	width: 640px;
	position:absolute;
	top: 45%;
	left: 50%;
	margin: 190px 0px 0px -320px;
}
#quotebox p {
	color: #808080;
}
.phrase {
	font-style: italic;
	font-weight: bold; 
}
.booktitle {
font-style: italic;
}