@charset "utf-8";
/* CSS Document */

* { 
    margin: 0; 
    padding: 0; 
}
html, body, table {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
table {
	position: absolute;
	top: 0;
	left: 0;
}
td {
	height: 100%;
}
body {
	background:#000f2e url('../images/bg-home.jpg') no-repeat center center;
}
.wrapper {
	width:950px;
	height:600px;
	position: relative;
	margin:0 auto;
	border:1px solid transparent;
	
}


/* ---- MENU ----*/
.menu {
	width:320px;
	height:60px;
	text-align:center;
	margin:460px 0 0 317px;
}
.menu em {
	display: none
}
.menu ul {
	list-style-type: none;	
}
.menu li {
	float: left;
	display: inline;
}
.menu li a {
	display: block;
	height:60px;
	margin:0 2px 0 2px;
	text-decoration:none;
}

.menu li a.about {background: url(../images/m1-about.png) no-repeat left top; width: 63px;}
.menu li a.training {background: url(../images/m2-training.png) no-repeat left top; width: 80px;}
.menu li a.gallery {background: url(../images/m3-gallery.png) no-repeat left top; width: 77px;}
.menu li a.contact {background: url(../images/m4-contact.png) no-repeat left top; width: 80px;}
.menu li a:hover {
	background-position: left bottom;
}


