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

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

body {
	background:url(../img/bg.png) top center;
	text-align:center;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}

h1#logo {
	display:block;
	width:167px;
	height:120px;
	margin-top:20px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.png) 0 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

ul#menu {
	list-style-type:none;
	width:856px;
	margin:7px auto 2px auto;
	overflow:auto
}

ul#menu li {
	float:left;
	height:31px;
	width:174px;
}

ul#menu li a {
	display:block;
	padding:5px 14px;
	overflow:hidden;

	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;	
}

ul#menu li a:hover, ul#menu li a.selected {
	border:#6a002d 1px solid;
	background:url(../img/menu_bg.png) 0 0 repeat-x;
}

iframe {
	display: block;
	width: 858px;
	height: 360px;
	width: 848px;
	height: 359px;
	border: #fff 6px solid;
	clear: both;
	margin-bottom: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	overflow:hidden;
}
