a:link {
	color: white;
	text-decoration: none;
}
a:hover { 
	text-decoration:underline;
}

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

ul.desktop{
    width: 140px;
}

ul.m_landscape {
    width: 280px;
}

ul.m_portrait {
    width: 420px;
}

ul.desktop{
    width: 140px;
}

li {
	padding-top: 4px;
    float: left;
    width: 33%;
}

li:hover {
    padding: 0;
}

li:hover img {
    width: 30px;
    height: auto;
}

img {
	display: block;
	margin: auto;
    box-shadow:2px 2px 2px #666;
	width: 20px;
	height: auto;

}

body{
	background-color: #6E6E6E ;
}

#lang_select {
	z-index: 99;
	text-align: center;
	position: absolute;
	left: 50%;
}

.l_desktop {
	top: 65%;
	width: 140px;
	height: 20px;
	margin-left: -70px;
}

.lm_landscape {
	top: 77%;
	width: 280px;
	height: 40px;
	margin-left: -140px;
}

.lm_portrait {
	top: 68%;
	width: 420px;
	height: 60px;
	margin-left: -210px;
}

#center {
	background: #CCC;
    box-shadow:8px 8px 8px #666;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	color: white;
	top: 50%;
	left: 50%;
}

.c_desktop {
	font-size: 1.2em;
	width: 160px;
	height: 110px;
	margin-top: -75px;
	margin-left: -100px;
	padding: 20px;
}

.cm_landscape {
	font-size: 2.3em;
	width: 320px;
	height: 220px;
	margin-top: -150px;
	margin-left: -200px;
	padding: 40px;
}

.cm_portrait {
	font-size: 3.6em;
	width: 480px;
	height: 330px;
	margin-top: -225px;
	margin-left: -300px;
	padding: 60px;
}