
html{
	height: 100%;
}

	body{
		height: 100%;
		margin: 0;
		padding: 0;
		background: #FFC;
		text-align: center;
		font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #900;
		line-height: 20px;
		letter-spacing: 2px;
	}
	
		a{
			text-decoration: none;
			color: #000;
		}
		
			a:hover{
				color: #C00;
			}
	
		#home{
			margin: 0 auto;
			height: 100%;
		}
		
			#home td{
				text-align: center;
				vertical-align: middle;
			}
			
		#luis{
			float: left;
			width: 288px;
			height: 288px;
			background: url(../_img/luis.jpg) no-repeat;
			text-align: left;
		}
	
		#dorlies{
			float: left;
			width: 288px;
			height: 288px;
			background: url(../_img/dorlies.jpg) no-repeat;
			text-align: right;
		}
		
			.heading{
				height: 35px;
			}
		
		#footer{
			clear: both;
			width: 589px;
			font-size: 10px;
			text-align: center;
		}
		
		#text{
			float: left;
			width: 288px;
			height: 288px;
			background: url(../_img/square.gif) no-repeat;
			text-align: left;
			color: #FFC;
		}
		
			#container{
				position: relative;
				left: 35px;
				width: 214px;
				height: 284px;
				overflow: hidden;
			}
			
				#container a{
					font-weight: bold;
					font-size: 12px;
					color: #FFF;
				}
				
					#container a:hover{
						text-decoration: underline;
					}
			
			h1{
				margin: 16px 0px;
				font-size: 14px;
			}
			
			h2{
				margin: 14px 0px;
				font-size: 12px;
			}
			
			p{
				margin: 12px 0px;
				letter-spacing: normal;
			}
			
		#arrows{
			float: left;
			padding-top: 258px;
		}
		
			#arrows img{
				display: block;
				border: 0;
			}
