﻿body {
	height: 100%;
}

.menu {
	position: absolute;
	z-index: 100;
}

#menu-drop-top-left {
	top: 15px;
	left: 20px;
}

#menu-drop-top-right {
	top: 15px;
	right: 20px;
}

#menu-drop-bottom-left {
	bottom: 15px;
	left: 20px;
}

#menu-drop-bottom-right {
	bottom: 15px;
	right: 20px;
}

.menu select {
	min-width: 165px;
	width: auto !important;
	width: 165px;
	display: block;
}

h1 {
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 36px;
	line-height: 60px;
}
text {
	font-family: Arial, Helvetica, Sans Serif;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}