@charset "UTF-8";
html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #000000;
	background-image: url(../assets/images/BG_pattern.png);
	background-repeat: repeat;
	text-align: center;
}
#content {
	min-height:100%;
	position:relative;
	text-align: center;
}
#mainContent {
	padding:10px;
	padding-bottom:190px;	/* Height of the footer */
}
#altContent {
	width:50%;
	margin-left:25%;
}
#header {
	padding:10px;
}

#footer {
	position:relative;
	bottom:0;
	width:100%;
	height:190px;			/* Height of the footer */
}
#flower1 {
	position: absolute;
	top: 10px;
	left: 10px;
}
#flower2 {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* other non-essential CSS */
#header p,
#header h1 {
	margin:0;
	padding:10px 0 0 10px;
}
#footer p {
	margin:0;
	padding:10px;
}
#footer a {
	font-size: 1.5em;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	color: #cccccc;
}
a:active {
	text-decoration: none;
}
