body {
	background: #FFFFFF url(images/gradient.gif) repeat-x;
}

@import "reset.css";

* {
	margin: 0;
	padding: 0;
}

div#container {
    position: absolute;
    top: 45%;
    width: 100%;
    height: 1px;
    overflow: visible;
}    

div#tiara {
    height: 400px;
    width: 600px;
    background: url(images/tiara.gif);
    margin-top: -200px;
    margin-left: -300px;
    left: 50%;
    position: absolute;
}

a{
	display:block;
	width:600px;
	height:400px;
	text-decoration: none;
}

div#content {
    display: none;
}

div#left {
	width: 250px;
	height: 300px;
	position: absolute;
	left: 0%;
	top: 0%;
	background: url(images/left.png);
}

div#right {
	width: 250px;
	height: 300px;
	position: absolute;
	margin-left: -250px;
	left: 100%;
	top: 0%;
	background: url(images/right.png);
}

div#bottomcenter {
    height: 250px;
    width: 300px;
	position: absolute;
    margin-top: -250px;
    margin-left: -225px;
    left: 25%;
	top: 100%;
	background: url(images/antenna.png);
}

div#bottomright {
    height: 600px;
    width: 150px;
	position: absolute;
    margin-top: -600px;
    margin-left: -200px;
    left: 100%;
	top: 100%;
	background: url(images/kltower.png);
}
