* {
	padding: 0;
	margin: 0;
}
body, html {
	height: 100%;
}
#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 50px;
	width: 100%;
	clear:both
	opacity: 0.2;
	text-align: right;
}
body {
	position: relative;

	font-family: 'raleway', sans-serif;
	color: #ddd;
	font-weight: normal;

}
div#wrapper {
	background: #000 url(img/bg3.jpg);	
	box-shadow: inset 0px 0px 200px rgba(0,0,0,1);

	min-height: 100%;
}
h1 {
	color: white;
	opacity: 0.9;
	font-family: 'raleway', sans-serif;
	display: inline-block;
	font-size: 40px;
}

h1 span {
	display: block;
	text-align: center;
}
p {
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
}

div#content {
	width: 900px;
	margin: 60px auto;
	padding: 25px;
	padding-bottom: 50px;
}

div#header {
	width: 1000px; 
	margin: 0 auto 60px auto;
	padding: 60px 0 0 0;
	position: relative;	
}

ul#menu { 
	list-style-type: none;
	position: absolute;
	right: 100px;
	top: 80px;
	font-size: 24px;
}

ul#menu li{ 
	display: inline;
	
	
}

ul#menu a{
	display: inline-block; 
	text-decoration: none;
	color: white;
	padding: 8px;
	margin: 2px;
	background: url(img/000.34p.png);
	border-radius: 5px;
}

ul#menu a:hover, ul#menu a.sel { 
	background: none;
}

form, button{
	border:0; margin:0; padding:0;
}

.spacer{
	clear:both; height:1px;
}

.myform{
	margin:auto;
	width:400px;
	padding:0 14px 0 14px;
}


#stylized{
	background:none;
	float:left;
}

#stylized h3 {
	margin-bottom:10px;
}

#stylized label{
	display:block;
	text-align:left;
	width:100px;
	float:left;
}

#stylized input, #message {
	float:left;
	padding:6px;
	width:200px;
	margin:2px 0 20px 5px;
	opacity: 0.6;
}

#message{
	height:100px;
	padding: 6px;
	margin: 2px 0 20px 5px;
	line-height: 20px
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background-color:#fff;
	opacity: 0.6;
	border:solid 1px;
	text-align:center;
	line-height:31px;
	color:#000;
	font-size:11px;
	font-weight:bold;
}

.clear{
	clear:both
}

#hugabuga{
opacity:0.01;
}
#gallery {
	height: 600px;
	width: 100%; 
}

#content {
	font-family: 'Antic';
}