* {
	margin:0;
	padding:0;
	outline:0;
}
body {
	font-size:12px;
	line-height:1.3;
	font-family:"Courier New", Arial, Helvetica, Sans-Serif;
	color:#000;
	background:url(images/bg.jpg) repeat center 0;
	padding-bottom:10px;
}
input, textarea, select {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	overflow:auto;
}
.shell {
	width:920px;
	margin:0 auto;
}
h1#logo {
	float:left;
	display:inline;
	width:400px;
	height:37px;
	margin-top:28px;
	color: aliceblue;
	font-size: 24pt;
}
h2 {
	float:center;
	margin-top:30px;
	margin-bottom: 60px;
	color: aliceblue;
	font-size: 90pt;
	text-align: center;
}
#main {
	padding-top:80px;
	height:100%;
}
#footer, #footer a {
	color:#4a4a4a;
}
#footer a:hover {
	text-decoration:none;
}
#footer p {
	margin:0;
	padding:0;
	line-height:normal;
	white-space:nowrap;
}
#footer .lf {
	float:left;
}
#footer .rf {
	float:right;
	margin-right:36px;
}
/* Mobile */
@media (max-width: 320px) {
body {
	font-size:10px;
	text-align: center;
	line-height:1.3;
	font-family:"Courier New", Arial, Helvetica, Sans-Serif;
	color:#000;
	background:url(images/bg.jpg) repeat center 0;
	padding-bottom:10px;
}
.shell {
	width:320px;
	margin:0 auto;
}
h1#logo {
	text-align:center;
	display:inline;
	width:320px;
	height:37px;
	margin-top:28px;
	color: aliceblue;
	font-size: 18pt;
}
h2 {
	margin-top:0px;
	margin-bottom: 60px;
	font-size: 48pt;
	text-align: center;
}
#footer .lf {
	float:inherit;
	text-align:center;
}
#footer .rf {
	float:inherit;
	text-align:center;
	margin-right:0px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
body {
	font-size:10px;
	text-align: center;
	line-height:1.3;
	font-family:"Courier New", Arial, Helvetica, Sans-Serif;
	color:#000;
	background:url(images/bg.jpg) repeat center 0;
	padding-bottom:10px;
}
.shell {
	width:350px;
	margin:0 auto;
}
h1#logo {
	text-align: center;
	display:inline;
	width:350px;
	height:37px;
	margin-top:28px;
	color: aliceblue;
	font-size: 18pt;
}
h2 {
	margin-top:0px;
	margin-bottom: 60px;
	font-size: 56pt;
	text-align: center;
}
#footer .lf {
	float:inherit;
	text-align:center;
}
#footer .rf {
	float:inherit;
	text-align:center;
	margin-right:0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
body {
	font-size:12px;
	line-height:1.3;
	font-family:"Courier New", Arial, Helvetica, Sans-Serif;
	color:#000;
	background:url(images/bg.jpg) repeat center 0;
	padding-bottom:10px;
}
.shell {
	width:700px;
	margin:0 auto;
}
h1#logo {
	float:left;
	display:inline;
	width:400px;
	height:37px;
	margin-top:28px;
	color: aliceblue;
	font-size: 20pt;
}
h2 {
	font-size: 70pt;
	text-align: center;
}
}

