body {
	font-family: 'Open Sans', sans-serif;
	background: url('../img/cloud_blur_bg.jpg') top center;
        background-attachment: fixed;
}

#arrow, #x, #home {
	position: fixed;
	top: 20px;
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

#arrow {
	left: 20px;
	background: url(../img/arrow_blue.ico); 
}

#home {
	left: 20px;
	background: url(../img/home_blue.png); 
}

#x {
	right: 20px;
	background: url(../img/x_red.ico);
}

#arrow:hover {
	background: url(../img/arrow_blue_hover.ico); 
}

#home:hover {
	background: url(../img/home_blue_hover.png); 
}

#x:hover {
	background: url(../img/x_red_hover.ico);
}

h1, h2, h3, l i{
	color: #fff;
}

h1 {
	float: left;
	font-weight: 500!important;
	border: 3px solid #fff;
	padding: 10px;
	border-radius: 2px;
	width: 315px;
	font-size: 2.3em;
	text-transform: uppercase;
}

h2 {
	font-weight: 100;
	font-size: 1.2em;
}

h3 {
	font-size: 1.4em;
	font-weight: 400;
}

p {
	text-align: justify;
}

.w220px {
	width: 220px!important;
}

#content {
	height: 560px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -340px;
	position: absolute;
	width: 800px;
}

#innerContent {
	overflow: auto;
	color: #fff;
}

#start, #help, #red {
	width: 180px;
	display: block;
	padding: 18px;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;
	margin-right: 4px;
	font-size: 1.0em;
}

#start {
	background: #27ae60;
}

#start:hover {
	background: #2ecc71;
}

#help {
	background: #2980b9;
	
}

#help:hover {
	background: #3498db;
}

#red {
	background: #c0392b;
	
}

#red:hover {
	background: #e74c3c;
}

.award {
	float: left;
	padding: 20px; 
}

i {
	display: inline;
	width: 24px;
	height: 24px;
	float: left;
	padding-right: 8px;
	margin-top: -1px;
}

.icon-play {
	background: url(../img/play_ico.png) no-repeat;
}

.icon-info {
	background: url(../img/info_ico.png) no-repeat;
}
#unia {
    text-align: center;
    background: #fff;
    width: 100%;
    height: 110px;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
}

#ldc_logo {
    float: left;
    margin-top:25px;
    margin-right: -2px;
}

