@charset "utf-8";
/* 
Gold Color #cf9e4f
font-family: 'Lato', sans-serif;
 */
body, html{
	background:#000;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;	
  	position: relative;
	
	
}

#top-image {
	background:url(../images/oeu-bg-01.png) ;
	position:fixed ;
	top:0;
	width:100%;
	z-index:0;
	height:100%;
	background-repeat:no-repeat;
	background-color: #000;
	background-size:cover;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
	 
.crown-list{
	padding-right:15px;	
}

.center{
	width:940px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.center-left{
	float:left;
	width:266px;
	height:299px;
}

.center-right{
	padding:70px 0;
	margin-left:30px;
	float:right;
}

.link{
	text-align:center;
	font-family: 'Lato', sans-serif;	
	color:#fff;	
	margin-top:20px;
	padding-top:20px;
	border-top:2px #cf9e4f solid;
}

.link ul{
	padding:0px;
	margin:0px;
	list-style: none;
}

.link ul li{
	display:inline-block;
	padding:0px;
	margin:0px;
	list-style: none;
	padding:0 50px;
	border-right:1px #fff solid;
}

.link ul li:last-child{
	border:0px;
}

.link ul li a{
	font-size: 18px;
	line-height:24px;
	color:#fff;
	text-decoration: none;
}