body {
	background: url('images/bg.jpg');
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
 
#container {
	background: url('images/keret.png');
	width: 960px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -480px;
}
#flashcontent {
	width: 240px;
}
#also{
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	MARGIN: 0px;
	COLOR: #877345;
	FONT-FAMILY: Trebuchet Ms, sans-serif;
}
#also a{
	COLOR: #877345;
	TEXT-decoration: none;
}
#also a:hover{
	COLOR: #877345;
	TEXT-decoration: underline;
}