/* CSS Document */
html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
body {
	font-family:Helvetica, Verdana, Arial;
	font-size:13px;
}

a { text-decoration:none; }

/*** DIV ***/

#logo { background:url(../images/logo.png) no-repeat bottom center; width:310px; height:125px; }
#logo h1 { text-indent:-9000px; }


#header { width:950px; margin:0px auto; text-align:right; padding:40px; }

#content { padding:20px 0px; width:650px; margin:0px auto; }
#content a { color:#9B9C9E; font-size:10px; font-weight:bold; }

#footer { 
	height:115px;
	width:100%;
	position:fixed;
	bottom:0px;
}
#footer a { color:#FFF; }


#bg { z-index:-1; width:100%; height:100%; position:fixed; top:0; left:0; }

/*** CLASS ***/
.title { background-image:url(../images/bg_title.gif); }

/*** INPUT ***/
input, textarea, select {
	font-family:Helvetica, Arial, Verdana;
	font-size:13px;
	/*font-size: 125%;*/
	padding: 5px 0px;
	border: 1px solid #999;
	margin:5px 0px;
}
