/*font-family: 'Play', sans-serif;
font-family: 'Inconsolata', monospace;
font-family: 'Lobster', cursive;
font-family: 'Indie Flower', cursive;
font-family: 'Acme', sans-serif;*/

body{
	background-color:#DAA520;
}

p{
	font-family: 'Indie Flower', cursive;
	font-size: 50px;
	width: 600px;
	position: absolute;
	top: 480px;
	left: 600px;

		/*rotate div*/
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
}

#div1 {
	
	font-family: 'Indie Flower', sans-serif;
	font-size: 100px;
	position: absolute;
	top:200px;
	left:300px;
	width:300px;
	height:100px;
	
	/*rotate div*/
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);

}

#div2{
	font-family: 'Play', sans-serif;
	font-size: 100px;
	border:0px solid transparent;
	position: absolute;
	top:40px;
	z-index: -1;
	float:left;
	color:white;
	padding: 0px 50px 30px 20px;
	width:1em;
	height:50px;
	
	word-wrap: break-word;
}

#div3{
	font-family: 'Inconsolata', monospace;
	font-size: 100px;
	color:white;
	position: absolute;
	top:1150px;
	left:100px;
	
	width:1000px;
	
}

#div4{
	font-family: 'Acme', sans-serif;
		color:black;
		font-size: 70px;
	position: absolute;
	top:20px;
	left:1000px;
	
	width:300px;
	height: 100px;
}

#div5{
	font-family: 'Lobster', cursive;
	font-size: 80px;
	color:black;
	
	position: absolute;
	top:1350px;
	left:1000px;
}

p2{
	font-family: 'Inconsolata', monospace;
	position: absolute;
	width: 350px;
	height: 50px;
	top: 1500px;
	left: 230px;
}

p3{
	font-family: 'Lobster', cursive;
	position: absolute;
	width: 350px;
	height: 50px;
	top: 1500px;
	left: 620px;

}

p4{
	font-family: 'Play', sans-serif;
	position: absolute;
	width: 350px;
	height: 50px;
	top: 1500px;
	left: 1000px;
}

p5{
	font-family: 'Acme', sans-serif;
	position:absolute;
	width: 700px;
	height: 50px;
	top: 1770px;
	left: 620px;
}



.triangle-topright {
	width: 0;
	height: 0;
	border-top: 400px solid red;
	border-left: 1500px solid transparent;

}

.square {
	position: absolute;
	width: 200px;
	height: 1450px;
	background: black;
	z-index:-1;
}

.wrap{
	width: 1200px;
}

.one{
	display:inline'block';
	width:400px;
}

div{
	
}
