@charset "utf-8";
/* CSS Document */


html
	{
/*			background:url(../Images/Background.jpg) no-repeat center center;
			min-width:100%;
			background-size:cover;
		   background-attachment: fixed;*/
			
    background: url(../images/Background.jpg) no-repeat fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	 height:100%;
	  margin: 0;
	  padding: 0;
	  width:100%;
	}
p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	
}

#wrapper 
{
	width:4000px;
	height:100%;
	/*margin-right: auto;
	margin-left: auto;*/
	margin:0;
	margin-left:50px;
	margin-top:50px;
}

#header
{
	width:100%;
	
	
}

#container
{
	position: relative;
	width:100%;
	
}

#menuside
{
	/*width:210px;
	height:360px;*/
	float:left;
}


.padding
{
	padding-bottom:15px;
	padding-top:5px;
	text-align:right;
	color:#ffffff;
	font-family: 'Didact Gothic', sans-serif;
	font-size:14px;
	letter-spacing:1px;
	font-weight:760;
	
}

.padding a
{
	text-decoration:none;
	color:#ffffff;
}


.padding a:hover
{
	color:#666666;
}



#footer
{
	position:absolute;
	left: 205px;
	top: 420px;
}

#footer p
{
	color:#ffffff;
	font-family: 'Didact Gothic', sans-serif;
	font-size:14px;
	letter-spacing:1px;
	font-weight:760;
}

 a
 {
	 text-decoration:none;
 }

  #galleryContainer 
  {
				
				width:100%;
				height:500px;
				/*padding-left:5%*/
				position:absolute;
				/*margin-top:-250px;*/
				left:190px;
				/*top:50%;*/
				
  }


			#gallery 
			{
				position: relative;
				width:3000px;
				height:100%;
				/*overflow:hidden;*/
				-webkit-overflow-scrolling:touch;
				margin:0;
				
    		
						
			}
 
