@charset "UTF-8";
/* © Mig Reyes 2008 */
/* SEED 3 Conference Scholarship */
/* Shout out to Carlos Segura. */


* { margin: 0; padding: 0; }
html { height: 100%; }

body {
	background: #999;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
	line-height: 24px;
	width: 100%;
	}
	
	#wrapper {
		height: 100%;
		position: relative;
		width: 100%;
		}
	
	.content {
		left: 36px;
		position: absolute;
		top: 90px;
		}
	
	#content-01 {
		background: url(images/bg-01.jpg) 0 0 repeat;
		}
		#content-01 h1 {
			background: url(images/header-01.png) 0 0 no-repeat;
			display: block;
			height: 79px;
			margin: 0 0 20px 0;
			text-indent: -9999px;
			widows: 589px;
			}
			
	#content-02 {
			background: url(images/bg-02.jpg) 0 0 repeat;
			}
		#content-02 h1 {
			background: url(images/header-02.png) 0 0 no-repeat;
			display: block;
			height: 77px;
			margin: 0 0 20px 0;
			text-indent: -9999px;
			widows: 558px;
			}
			
	#content-03 {
				background: url(images/bg-03.jpg) 0 0 repeat;
				}
		#content-03 h1 {
			background: url(images/header-03.png) 0 0 no-repeat;
			display: block;
			height: 77px;
			margin: 0 0 20px 0;
			text-indent: -9999px;
			widows: 660px;
		}
			
a:link, a:visited {
	color: #fbb03b;
	}
a:hover, a:active {
	background-color: #333;
	color: #FFF;
	}
	
	#footer {
		bottom: 0;
		height: 99px;
		margin: 0 0 36px 36px;
		position: absolute;
		width: 800px;
		}
		
		#footer h2 {
			background: url(images/logo.png) 0 0 no-repeat;
			display: block;
			float: left;
			height: 99px;
			text-indent: -9999px;
			width: 575px;
			}
			
		#date {
			background: url(images/date.png) 0 0 no-repeat;
			display: block;
			float: left;
			height: 51px;
			text-indent: -9999px;
			margin: 19px 0 0 30px;
			width: 68px;
			}
		
		#register a:link, #register a:visited {
			background: url(images/register.png) 0 0 no-repeat;
			display: block;
			float: left;
			height: 0;
			margin: 19px 0 0 30px;
			padding: 69px 0 0 0;
			overflow: hidden;
			width: 66px;
			}
			
		#register a:hover, #register a:active {
			background: url(images/register.png) 0 -69px no-repeat;
			display: block;
			float: left;
			height: 0;
			margin: 19px 0 0 30px;
			padding: 69px 0 0 0;
			overflow: hidden;
			width: 66px;
			}
