@charset "UTF-8";
html{
	background-color:#333333;
}
body {
	margin:0 auto;
	width:950px;
	height:713px;
	background-image:url(imgs/bkg.jpg);
	background-repeat:no-repeat;
	border-color:#864b42;
	border-width:thin;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#faf3e6;/*#ebe4d5;*/
	background-color:#ffffff;
}
#logo{
	height:33%/*200px*/;
}
#content{
	height:55%/*425px*/;
	margin:50px;
	}
#content1{
	width:657px;
	float:right;
	font-size:14px;
}
#content2{
	width:657px;
	float:left;
	font-size:14px;
}
#opacity{
    opacity: 0.75;
}
#enter{
    border: 1px solid #333;
    border-radius: 25px;
}
#pspace{
	max-height:40px;
}
.h1{
	font-size:30px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
}
.h2{
	font-size:20px;
	text-align:right;
}
a{
	color:#faf3e6;
	font-size:14px;
}
.contact{
    color:#faf3e6;
	float:right;
	font-size:14px;
}
#footer{
	height:10px;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
}