body {
	text-align:center;
	background-color:#FFFFFF;
	background-image:url('../img/bg.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	background-attachment:fixed;
	
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
}

.tiles {
	position:fixed;
	display:inline-block;
	width:200px;
	height:139px;
	background-position:center;
	background-repeat:no-repeat;
	z-index:1000;
}

.ol {
	background-image:url('../img/tiles_ol.png');
	top:0px;
	left:0px;
}

.or {
	background-image:url('../img/tiles_or.png');
	top:0px;
	right:0px;
}

.ul {
	background-image:url('../img/tiles_ul.png');
	bottom:0px;
	left:0px;
}

.ur {
	background-image:url('../img/tiles_ur.png');
	bottom:0px;
	right:0px;
}

.header {
	margin:auto;
	margin-top:60px;
	position:relative;
	width:1000px;
	height:105px;
	text-align:left;
	background-color:transparent;
}

.header-logo {
	position:absolute;
	display:inline-block;
	width:416px;
	height:57px;
	bottom:10px;
	left:0px;
}

.header-bm {
	position:absolute;
	display:inline-block;
	width:100px;
	height:100px;
	top:0px;
	right:0px;
}

.menu {
	margin:auto;
	position:relative;
	text-align:left;
	width:1000px;
	background-color:#005d91;
	font-size:0px;
	white-space:nowrap;
}

.menu-item {
	display:inline-block;
	font-size:14px;
	text-align:center;
	padding:10px 15px 10px 15px;
	color:#FFFFFF;
	cursor:pointer;
	background-image:url('../img/item_bg.png');
}

.menu-item:hover {
	background-image:url('../img/item_bg_hov.png');
}

.link-menu-item {
	color:#FFFFFF;
	text-decoration:none;
}

.link-menu-item:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.content {
	margin:auto;
	position:relative;
	width:1000px;
	padding:40px;
	background-image:url('../img/bg_white.png');
	background-repeat:repeat;
	font-size:12px;
	text-align:left;
}

.footer {
	margin:auto;
	margin-bottom:100px;
	position:relative;
	width:1000px;
	background-color:#005d91;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}

.link-footer {
	color:#FFFFFF;
	text-decoration:none;
}

.link-footer:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.link-text {
	color:#005d91;
	text-decoration:none;
}

.link-text:hover {
	color:#005d91;
	text-decoration:underline;
}