#love {
	width: 450px;
	text-align: center;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	color: #ff1a19;
	font: 30px/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 3px;
	word-spacing: 3px;
	transform:rotate(7deg);
-ms-transform:rotate(7deg); /* IE 9 */
-moz-transform:rotate(7deg); /* Firefox */
-webkit-transform:rotate(7deg); /* Safari and Chrome */
-o-transform:rotate(7deg); /* Opera */
}

#navi1 {
	position: fixed;
	width: 100%;
	z-index: 200;
}

#navi {
	width: 90%;
	margin: 30px auto auto;
	
}


#navi a:link,#primary a:visited {
    font-size: 12px;
	letter-spacing: 1px;
	text-decoration: underline;
	color: black;

}
#navi a:hover {
	color: blue;
	border-color: blue;
	
}

#left{	
   	width: 33%;
   	text-align: left;
	float: left;
	display: block;
}

#middle{	
    width: 34%;
	text-align: center;
	float: left;
	display: block;
	
	
}

#right { 	
    
	width: 33%;
	text-align: right;
	float: right;
	display: block;

}


#leftdown{	

 
	text-align: left;
	float: left;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	position: fixed;
	bottom: 6%;
}

#rightdown{	
    width: 29.7%;
 	bottom: 6%;
	text-align: right;
	float: right;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	position: fixed;
}



#frame {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-top: 130px;
}

#frame a {
	text-decoration: underline;
	color: black;
}
#frame a:hover {
	text-decoration: underline;
	color: blue;
}

#float {
	text-align: center;
}

#about{
	width: 500px;
}
#overlay{
	display: inline-block;
	width:300px
}
#box1{
	
	display: inline-block;
	width:530px;
	height: 335px;
	overflow: scroll;
	background-color: #000;
}

#box3{
	
	display: inline-block;
	width:400px;
	height: 335px;
	overflow: scroll;
	background-color: #000;
}

#box2{
	
	display: inline-block;
	width:300px;
	height: 300px;
	overflow: scroll;
	background-color: #000;
}

#box4{
	
	display: inline-block;
	width:700px;
	height: 500px;
	overflow: scroll;
	background-color: #000;
}

#wrap{
	width: 100%;
	height: 100%;
	position: relative;
	text-align:center;
}

#myCanvas1{
	height: 80%;
    max-width: 400px;
	border: 20px solid #000;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#contact {
	margin-top: 3%;
	color: #ff1a19;
	letter-spacing: 3px;
	word-spacing: 3px;
	position: fixed;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 30px;
	line-height: 35px;
	text-decoration: underline;
	margin-left: 3%;
}


#clear  {
clear: left;
height: 0;
margin: 0;
padding: 0;
font-size: 0;
}



