@media orientation: landscape {
	body {
		background: transparent url(images/background_mobile.jpg) no-repeat top center;
	}
}

@media (orientation: portrait) {
	body {
		background: transparent url(images/background_portrait.jpg) no-repeat top center;
	}
}
html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: times;
	overflow-y: scroll;
	background-size: cover;
}

html {
	overflow-y: hidden;
}

#menu {
	background: rgba(255,255,255,0.85);
	top: 50px;
	font-size: 1.5em;
	font-variant: small-caps;
	text-shadow: 4px 4px 6px #000;
	margin: 0px;
	z-index: 1;
}

#menu ul {
	margin-left: 200px;
}

#menu li {
	list-style: none;
}

#menu a {
	color: #000;
	text-decoration: none;
}

.content {
	margin-top: 20px;
	margin-bottom: 200px;
	background: rgba(255,255,255,0.85);
	font-size: 1.2em;
	z-index: 10;
	padding: 20px;
}

#logo {
	width: 80px;
	height: 90px;
	float: left;
	margin-left: 10px;
	margin-top: 35px;
	margin-right: 0px;
	background-image: url(images/Q.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

#footer {
	position: fixed;
	bottom: 10px;
	background-color: #FFF;
	width: 100%;
	text-align:center;
	z-index: 1;
	font-size: 1em;
	margin: 0px;
}
