* {
	margin: 0;
	padding: 0;
	outline-style: none;
}

body, html {
	width: 100%;
	height: 100%;
}

body {
	background: #000000	url(images/bg.jpg) 50% 0 no-repeat;
	text-align: center;
	font-family: 'Lucida Console', Monaco, 'Courier New', Courier;
}

div {
	text-align: left;
}

#container {
	position: relative;
    min-height: 100%;
    _height: 100%;
	width: 966px;
	margin: 0 auto;
}

#top {
	width: 966px;
	height: 95px;
	background: transparent url(images/bgPanelTop.gif) bottom right no-repeat;
}

#menu {
	position: relative;
	float: left;
	width: 199px;
	height: 416px;
	background: #ffffff;
}

#content {
	display: block;
	float: right;
	width: 767px;
	background: #ffffff url(images/bgPanelSide.gif) top left no-repeat;
}

#content iframe{
	margin: 15px 20px 40px 95px;
	border: 0;
}

ul {
	list-style: none;
	margin: 35px 0 0 20px;
}

li {
	font-size: 19px;
	margin-bottom: 4px;
}

li a, li a:visited {
	color: #000000;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

#copyright {
	position: absolute;
	bottom: 10px;
	left: 20px;
	text-align: center;
	font-size: .6em;
}