@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/index_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
a:link, a:visited {color: #000000; text-decoration: none;}
a:hover, a:active, a.active {color: #008131;  text-decoration: underline;}

#searchWrap{
	width:478px;
	margin:3em auto;
}
#loginButtonWrap{
	text-align:left;
	margin-left:13%;
	height:24px;
}
#indexLogoWrap{
	text-align:center;
	margin-top:20px;
}
#indexContent{
	width:660px;
	margin:3em auto;
	line-height:1.5em;
}
#footer{
	padding-top:30px !important;
	padding-top:0;
}
