html, body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	color:#CECECE;
	background-image:url(images/bkgd_camera.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height:100%;
}
body {
	height:100%;
}
#wrapper {
    height: auto !important;
    margin: 0 auto -40px;
    min-height: 100%;
    padding-left: 20px;
    position: relative;
    width: 1000px;
}
.home_link {
	font-size: 14px;
	font-weight: normal;
	padding-left:20px;
	padding-right:20px;
}
h1{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.2em;
    margin-left: 24px;
}
h2{
	font-weight:300;
	font-size:12px;
}
a {
	color:#CCC;
}
a.options {
	font-size:14px;
	color:#CCC;
}
.push {
    color: #666666;
    height: 35px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    width: 1000px;
}
#footer {
    height: 35px;
    margin: 0 auto;
    padding-left: 20px;
    position: relative;
    text-align: left;
    width: 1000px;
}
