
body {
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-size: cover;
}

.container {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
	

	h1 {
	color: #00ccff;
	width: 100%;
	font-size: 40pt;
	}
	
	h2 {
	color: #ff0000;
	width: 100%;
	font-size: 30pt;
	}

h3 {
	color:cyan;
	width: 100%;
	font-size: 16pt;
	}
	
p {
	color: #fff;
	width: 100%;
	font-size: 14pt;
	}
	
break{
	<br />
	border-top: 1px solid #8c8b8b;
	<br />
}

div#div2
{
-webkit-transform:rotate(270deg); /* Chrome, Safari, Opera */
transform:rotate(270deg); /* Standard syntax */
}