@charset "utf-8";

/*-------------------------------------------------------------
  basic @ Facts and Details
  by hokuto@
  Last Update 2008-01-03
-------------------------------------------------------------*/

/*-------------------------------------------------------------
	Yahoo Library Fonts CSS
	Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 	http://developer.yahoo.com/yui/license.txt	
-------------------------------------------------------------*/

body {
	background-image: url("../images/headerback.gif");
	background-repeat: repeat-x;
	background-color: #FCFFF5
}

div.wrapper {
	position: relative;
	padding: 0 50px 0;
	background-image: url("../images/footerback.gif");
	background-repeat: repeat-x;
	background-position: bottom center;
}

/* Header */

div.header {
	height: 60px;
}

div.header h1 {
	width: 250px;
	height: 60px;
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
}

div.header h1 a {
	display: block;
	width: 250px;
	height: 60px;
	text-indent: -9999px;
}

form.search {
	position: absolute;
	top: 10px;
	right: 50px;
}

div#footer {
	padding-top: 30px;
	color: #fff;
}

div#footer p {
	padding: 20px 0 20px;
	color: #fff;
	text-align: center;
}

div#footer p a {
	color: #fff;
}
