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

body {
	background-color: #2a3859;
	padding: 0;
	margin: 0;
}

a {
	color: #ffea7a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input.boka {
	background: url('/images/input_bg.png') no-repeat;
	width: 169px;
	height: 15px;
	padding: 5px;
	border: 0;
}

#container {
	width: 800px;
	height: 792px;
	background: url('/images/background.jpg') no-repeat;
	padding: 8px;
	margin: 0 auto;
	position: relative;
}

#containerWide {
	width: 800px;
	height: 792px;
	background: url('/images/background_wide.jpg') no-repeat;
	padding: 8px;
	margin: 0 auto;
	position: relative;	
}

#footer {
	color: #969696;
	width: 800px;
	margin: 0 auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

.menu a {
	margin: 0 3px;
}

#content {
	width: 375px;
	margin: 20px 0 0 20px;
	font-size: 11px;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
}

#contentWide {
	width: 590px;
	margin: 20px 0 0 20px;
	font-size: 11px;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
}

td {
	font-size: 11px;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
}

#sgalogo {
	width: 187px;
	height: 33px;
	position: absolute;
	bottom: 28px;
	left: 28px;
}

#flash {
	width: 408px;
	height: 610px;
	background-color: #2a3859;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden
}

img, input { behavior: url("/iepngfix.htc") }
