@charset "utf-8";
/* CSS Document */
#body {
	margin:0px;
	text-align:center;
}
img {padding-left:50px; padding-right:50px; padding-bottom:10px;}

a {color:#990000; text-decoration:none; font-size:36px;}

a:hover {text-decoration:underline;}

#container {
	width:100%;
	/*height:1000px;*/
	height:100%;
	text-align:center;
}

.container {
	background-image:url(../graphics/gradient-background.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}

.kk-background {
	background-image:url(../graphics/kk-logo-background.png);
	background-repeat:no-repeat;
	/*height:330px;*/
}

.top-logo {
	background-image:url(../graphics/top-logo.png);
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
	height:50px;
	padding-top:15px;
}

.bodytext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	line-height:150%;
	color:#333333;
	padding-top:30px;
	width:80%;
	margin-left:10%;
}

h3 {font-size:24px; font-weight:normal;}

#content-area {
	position:absolute;
	top:0px;
	left:50%;
	/*margin-left:-70px;*/
	width:700px;
}

#buttons {
	padding:10px;
}

.copyright {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#999999;
}

#form-fields {
	width:50%;
	float:left;
	text-align:right;
}

#text-box {
	width:50%;
	float:right;
	text-align:left;
}

.register-button {
	background-image:url(../graphics/register-button.png);
	height:89px;
	width:407px;
	border:0px;
	background-repeat:no-repeat;
	background-color:#efefef;
	cursor:default;
}

.text-box {
	background-image:url(../graphics/text-box.png);
	background-repeat:no-repeat;
	background-color:#efefef;
	width:227px;
	height:29px;
	border:0px;
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
