/* CSS Document */

html, body {
	margin:0;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	color:#000000;
	text-align:left;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:red;
}


#elkcontainer {
	background-color:#FFFFFF;
	width:50%;
	height:100%;
	float:left;
}

#elklogo {
	background-color:#FFFFFF;
	text-align:right;
	padding:80px 0 0 0;
}

#textcontainer {
	background-color: #cdd1b4;
	width:50%;
	height:100%;
	float:left;
	vertical-align:middle;
}

#welcome {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-style:italic;
	line-height:normal;
	font-weight:normal;
	color:#000000;
	text-align:left;
}

#text {
	padding:185px 0 0 30px;
}