*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Helvetica Neue", "Century Gothic", Arial, sans-serif;
	background-color: #FFFFFF;
/*	background: #000000 url("images/Ninja_in_New_York.jpg") no-repeat fixed top;
	background-size: cover;
*/}

#body2{
	position:absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #000000 url("images/Ninja_in_New_York.jpg") no-repeat fixed top;
	background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    background-filter: blur(5px);
	z-index: 1;
}

#header{
	background-color: #FFFFFF;
	opacity:0.75;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 40px;
	text-align: center;
	font-size: larger;
	box-shadow: 0px 2px 10px #333333;
	z-index: 2;
}

#nav{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	font-size: larger;
	margin-top: 5px;
	display: table;
	z-index: 3;
}

#nav a, #nav a:visited{
	color: #666666;
	text-decoration: none;
	margin-left:-1px;
	margin-right:-1px;
}

#navone a:hover, #navtwo a:hover, #navthree a:hover{
	border-bottom: 5px solid #FF6600;
}

.navitem{
	padding-left: 5px;
	padding-right: 5px;
/*	margin-left: 100px;
	margin-right: 100px;
*/	display: table-cell;
	text-align: center;
}

#nav a:hover{
	opacity: 1;
	color: #FF6600;
}

#navone{
	text-align: left;
}
#navtwo{
}
#navthree{
	text-align: right;
}

#content{
	color: #222222;
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 250px;
	bottom: 50px;
	font-size: xx-large;
	font-weight: bold;
	z-index: 5;
}

#lineone{
	font-size: smaller;
	text-shadow: 1px 1px 0 rgba(50, 50, 50, 0.5);
	color: #FF6600;
}

#linetwo, #linethree{
	color: #FFFFFF;
	font-size: 60px;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
}

#footer{
	background-color: #FFFFFF;
	opacity:0.75;
	color: #666666;
	position: absolute;
	z-index: 3;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: normal;
	text-align: center;
	vertical-align: bottom;
}
#footer a, #nav a:visited{
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	opacity: 1;
	color: #FF6600;
}
