body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	background-image: url(../images/deep-galaxies.jpg);
	background-repeat: repeat;
}

div#desk {
	background-image: url(../images/desktop.jpg);
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1130px;
	/*controls height of the desk with "div#paper height" - below*/
	height: 1300px;
}

div#paper {
	background-image: url(../images/yellowpaper.png);
	background-repeat: repeat-y;
	position: absolute;
	top: 50px;
	left: 100px;
	width: 705px;
	/*controls height of the paper (should be "div#desk height" - 100)*/
	height: 1200px;
}

div#main {
	background-image: url(../images/main-without-paper.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1181px;
	height: 1233px;
}

div#menu {
	position: absolute;
	top: 130px;
	left: 5px;
	width: 136px;
	height: 29px;
}

div#menu-about {
	position: absolute;
	background-image: url(../images/about-normal.png);
	top: 0px;
	left: 0px;
	width: 136px;
	height: 56px;
}

div#menu-about:hover {
	background-image: url(../images/about-hover.png);
}

div#menu-listen {
	position: absolute;
	background-image: url(../images/listen-normal.png);
	top: 56px;
	left: 0px;
	width: 136px;
	height: 29px;
}

div#menu-listen:hover {
	background-image: url(../images/listen-hover.png);
}

div#menu-watch {
	position: absolute;
	background-image: url(../images/watch-normal.png);
	top: 85px;
	left: 0px;
	width: 136px;
	height: 30px;
}

div#menu-watch:hover {
	background-image: url(../images/watch-hover.png);
}

div#menu-inside {
	position: absolute;
	background-image: url(../images/inside-normal.png);
	top: 115px;
	left: 0px;
	width: 136px;
	height: 100px;
}

div#menu-inside:hover {
	background-image: url(../images/inside-hover.png);
}

div#menu-buy {
	position: absolute;
	background-image: url(../images/buy-normal.png);
	top: 215px;
	left: 0px;
	width: 136px;
	height: 36px;
}

div#menu-buy:hover {
	background-image: url(../images/buy-hover.png);
}

div#menu-contact {
	position: absolute;
	background-image: url(../images/contact-normal.png);
	top: 251px;
	left: 0px;
	width: 136px;
	height: 27px;
}

div#menu-contact:hover {
	background-image: url(../images/contact-hover.png);
}

div#menu-twitter {
	position: absolute;
	background-image: url(../images/twitter-normal.png);
	top: 278px;
	left: 0px;
	width: 56px;
	height: 43px;
}

div#menu-twitter:hover {
	background-image: url(../images/twitter-hover.png);
}

div#menu-facebook {
	position: absolute;
	background-image: url(../images/facebook-normal.png);
	top: 278px;
	left: 56px;
	width: 80px;
	height: 43px;
}

div#menu-facebook:hover {
	background-image: url(../images/facebook-hover.png);
}

div#menu-karaoke {
	position: absolute;
	top: 451px;
	left: 1px;
	width: 156px;
	height: 93px;
}

div#menu-karaoke:hover {
	background-image: url(../images/karaoke-hover.png);
}

div#menu-nextshow {
	position: absolute;
	top: 77px;
	left: 592px;
	width: 153px;
	height: 102px;
}

div#menu-nextshow:hover {
	background-image: url(../images/ticket-hover.png);
}

div#banner {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 772px;
	height: 130px;
}

div#body {
	position: absolute;
	top: 165px;
	left: 195px;
	width: 400px;
	padding-bottom: 50px;
}

img {
	border-style: none;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	font-size: 9px;
}

div#body img.float-right {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

div#body img.float-left {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

div#body img.photo {
	padding: 7px;
	border-width: 1px;
	border-color: white;
	background-color: #fff;
	border-bottom-style: solid;
	border-bottom-color: #777;
	border-right-style: solid;
	border-right-color: #777;
}

p.center {
	text-align: center;
}

a.fill {
	display:block;
	width: 100%;
	height: 100%;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

.quote {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.large {
	font-size: 14px;
}

.larger {
	font-size: 16px;
}

a {
       color: #000066;
       font-weight: bold;
       text-decoration: none;
}

a:visited {
       color: #006600;
}