/* css/intro.css*/

/* General Styles */
body {
	color:#5F5C5C;
	font-family:Arial;
	font-size:11px;
}

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

sup {
	font-size:60%;
}

/* Page lay out styles */
#tpl-main-container {
	margin:auto;
	width:900px;
}

#tpl-header {
	height:340px;
	background-image:url(../images/intro.png);
	background-repeat:no-repeat;
}

#tpl-header div {
	padding-left:170px;
	padding-top:120px;
	font-size:15px;
	font-weight:bold;
	width:390px;
}

#tpl-content {
	float:left;
	padding-top:20px;
	width:470px;
	margin-left:160px;
}

#button {
	margin-top:20px;
	margin-left:690px;
}

#tpl-footer {
	margin-top:450px;
	text-align:center;
	color:#999;
	font-size:11px;
}

#enter {
	display:block;
	background-image:url(../images/enter.png);
	height:28px;
	width:90px;
}

#enter:hover {
	background-image:url(../images/enter_hover.png);
}