@CHARSET "UTF-8";
* {
	outline: none !important;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#layout {
	width: 100%;
	height: 100%;
}
#topPanel {
	background: white;
	height: 180px;
}
#centerPanel {
	background: grey;
	border-top: solid 2px red;
	border-bottom: solid 2px red;
	background-image: -moz-radial-gradient(-300px -300px 45deg, circle cover, grey 0%, white 50%, grey 100%);
	background-image: -webkit-radial-gradient(-300px -300px, circle cover, white, grey);
	background-image: radial-gradient(-300px -300px 45deg, circle cover, grey 0%, white 50%, grey 100%);
}
#bottomPanel {
	background: white;
	height: 240px;
}
#logo {
	position: relative;
	top: 30px;
	left: 120px;
}
#splash {
	position: relative;
}
#title1 {
	position: absolute;
	bottom: 30px;
	left: 120px;

	font: 30px verdana, sans-serif;
	color: #000000;
}
#title2 {
	position: relative;
	top: 30px;
	left: 120px;

	font: 20px verdana, sans-serif;
	color: #000000;
}
.content2 {
	position: relative;
	top: 30px;
	left: 120px;
	width: 240px;
	
	font: 15px verdana, sans-serif;
	color: #000000;
}
#notes2 {
	position: absolute;
	bottom: 30px;
	left: 120px;
	
	font: 15px verdana, sans-serif;
	color: #000000;
}
