
* { margin:0px; padding:0px; }
body { font-family: Arial, Verdana, Sans-serif; color:#fff; background-image:url(../images/bg.png); background-repeat:repeat-x; background-color:#fff9c2; }

img#background { 
	height: 100%; 
	width: 100%; 
	z-index: -1; 
	position: fixed; 
}

a {
	color: #fff;
}

h1 {
	font: 28px Arial, Verdana, sans-serif;
	color: #FF0000;
}

.holder { position:absolute; width:800px; left:50%; margin-left:-400px; background:transparant; }
.biglogo { position:fixed; bottom:200px; right:0px; }

#home {
	position:absolute;
	background-image:url(../images/logo_bg.png);
	width:500px;
	height:520px;
	text-align: center;
	padding: 85px 100px 100px 100px;
	font-size:11px;
	right:0;
	bottom:0;
}

#home h1{
	text-align: center;
}

.menu {
	position:relative;
	margin-top:55px;
	width:300px;
	height:280px;
	margin-left:-5px;
	padding-left:20px;
}

	.head_image {
		position:absolute;
		width:324px;
		height:137px;
		left:-52px;
		top:-30px;
	}

	.menu ul { margin-left:-5px; font-size:12px; color:#fff; list-style:none; margin-top:10px; width:300px;  }
	.menu ul li { padding-left:10px; width:272px; height:25px; line-height:25px;  }
	.menu ul li a { color:#fff; text-decoration:none; }
	.menu ul li a:hover { color:#ff0000; text-decoration:none; }

.content {
	width:800px;
	background-color:#fff;
}

	.left_column {  float:left; width:300px; }
	.left_column img { margin-top:1px; }
	.right_column { float:left; width:480px; margin-left:20px; margin-top:35px; font-size:12px; }


