html
{
	font-size:62.5%
}
body
{
	font-size:13px;
	font-size:1.3rem;
	font-family: 'Lora', serif;
	line-height:1.5;
	color:#FFF;
	background:url(Images/newyork.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#container
{
	position:relative;
	top:120px;
	margin:auto;
	width:920px;
}
#wrapper
{
	width:900px;
	margin:auto;
	background-color:#000;
	-webkit-border-top-left-radius:25px;
	-moz-border-top-left-radius:25px;
	border-top-left-radius:25px;
	-webkit-border-top-right-radius:25px;
	-moz-border-top-right-radius:25px;
	border-top-right-radius:25px;
}
#header
{
	z-index:1;
	position:fixed;
	height:100px;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	background-color:rgba(0,0,0, 0.8);
	-webkit-box-shadow:0px 0px 3x 3px #000;
	-moz-box-shadow:0px 0px 3px 3px #000;
	box-shadow:0px 0px 3px 3px #000;
}
#navlinks
{
	width:890px;
	padding:5px;
	height:20px;
	background-color:#000;
	border-bottom:1px solid #FFF;
	text-align:center;
	-webkit-border-top-left-radius:25px;
	-moz-border-top-left-radius:25px;
	border-top-left-radius:25px;
	-webkit-border-top-right-radius:25px;
	-moz-border-top-right-radius:25px;
	border-top-right-radius:25px;
}
#content
{
	width:890px;
	padding:5px;
}
#footer
{
	clear:both;
	width:890px;
	padding:5px;
	text-align:center;
	height:20px;
}
#content
{
	min-height:400px;
	height: auto !important;
	height:400px;
}
#header h1
{
	font-size:45px;
	line-height:1;
	font-family: 'Dosis', sans-serif;
	letter-spacing:2px;
}
img
{
	border:2px solid #333;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
img.left
{
	float:left;
}
img.right
{
	float:right;
}
a
{
	text-decoration:none;
	color:#FFF;
	-webkit-transition:all 0.7s ease-out;
	-moz-transition:all 0.7s ease-out;
	transition:all 0.7s ease-out;
}
a:hover
{
	color:#999;
	-webkit-transition:all 0.7s ease-out;
	-moz-transition:all 0.7s ease-out;
	transition:all 0.7s ease-out;
}