body{
	background: #0e100f url(../images/body_bg.jpg) no-repeat;
	font: 12px Verdana;
	line-height: 16px;
	color: #fff;
	margin: 0px;
	height: 100%;
}
img{
	border: 0px none;
}
h1{
	font-size: 50px;
	font-weight: 100;
	font-family: Myriad Pro;
	margin: 20px 0 40px 0;
	text-align: center;
}
h2{
	font-size: 25px;
	font-weight: 100;
	font-family: Myriad Pro;
	margin: 0px;
	padding: 0px;
	display: inline;
}
ul{
	z-index: 10;
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul li{
	padding: 10px 20px;
	margin: 0px;
	clear: both;
}
ul li a{
	color: #fff;
	text-decoration: none;
	font: 25px "Myriad Pro";
}
ul li a:hover{
}
ul li#cat{
	background: #000;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#cat #text{
	width: 1000px;
	color: #aaa;
}
#text a{
	font-size: 11px;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#photos{
	overflow: auto;
}
#photos a{
	display: block;
	width: 120px;
	height: 90px;
	border: 1px solid #333;
	float: left;
	overflow: hidden;
	margin: 10px;
	text-align: center;
}
#photos a:hover{
	border: 1px solid #555;
}
#pattern{
	top: 0px;
	left: 0px;
	background: url(../images/pattern.gif);
	width: 100%;
	height: 100%;
	z-index: -1;
        position: fixed;
}
#bg_image{
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: -5;
}

