body {
	background: #1c3d4d url("blueback.gif") repeat-x;
	margin: 0;
	padding: 0;
	height: 100%
}

html {
	height: 100%
}

#main {
	padding: 0;
	border: 0;
	height: 100%;
}

.space {
	margin: 7% 15%;
	border: 0px solid red;
}

.shadow { /*background: #000; position: absolute; left: 16px; top: 16px; width: 100%; height: 100%; z-index: -1;*/
}

.paper {
	position: relative;
	background: #fff;
	color: #000;
	width: 100%;
	height: 100%;
	border: 1px dashed #ddd;
}

.content {
	padding: 24px 32px;
}

.corner {
	position: absolute;
	right: 0;
	bottom: 0;
}

h1 {
	text-align: left;
	margin: 0;
	font-size: 120%;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

a {
	color: #036;
}

a:visited {
	color: #036;
}

a:hover {
	background: #eef7ff;
}

.clear {
	clear: both;
}

