@charset "UTF-8";
@import "reset.css";

#wrapper{
	cursor: help, auto;
}

#ball{
	width:650px;
	height:auto;
	position:absolute;
	top:0;
	left:2130px;
	right:1000px;
	z-index:1;
}

#volcano{
	margin-top: -30px;
	position:absolute;
	width:auto;
	height:790;
	z-index:2;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.rotate {
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
font-family: arial, sans-serif;
color:white;
font-size: 40px;
position:absolute;
top: 205px;
left: 3550px;
}

a:link {color: #FFFFFF;}
a:visited {color: #00FF00;}
a:hover {color: #FF9900;}
a:active {color: #FF0000;}