html, body {
	overflow: hidden;
}
body {
	background-color: #0c135f;
	background-color: #003399;
	background-image: url(img0/body_bg_blue.png);
}

p {
	margin-bottom: 1.0em;
}

div#btu_header  {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100px;
    background-image:url(img0/banner_bg_blue.png);
    overflow:visible;
    text-align: right;
}

div#top_hmenu {
    position:absolute;
    top:100px;
    left:0px;
    width:100%;
    min-width: 995px;
    height: 24px;
    background-color: #e3e3e3;
    color: #000000;
    white-space: nowrap;
    overflow:visible;
    z-index: 20;
}

div.top_langmenu {
    position: relative;
    z-index: 10;
    margin-right:5px;
    float:right;
    height: 22px;
	padding-top: 2px;
    line-height: 1.9em;
    display: -moz-inline-box !important;
    display: inline;
    background-color: #e3e3e3;
}
div.top_langmenu a {
    font-weight: bold;
    letter-spacing: -0.1px;
    color: #666;
    text-decoration: none;
}
div.top_langmenu a:hover {
    color: #000;
    text-decoration: underline;
}
div#experience_the_art {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 99%;
	width: 98%;
	background-image: url(img0/experience_the_art.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	display: none;
}

div#cmp_image_text {
	position: relative;
	top: 120px;
	left: 0px;
	width: 100%;
	height: 80%;
	color: white;
	overflow: auto;
	white-space: nowrap;
	border: 0px solid pink;
	background-image: url(img0/bg_gradient.png);
	background-repeat: repeat-x;
	background-position: 0px 55px;
	background-attachment: fixed;
}
#titleContainer {
	height: 55px;
	padding: 35px 0px 0px 0px;
	margin-left: 180px;
	border: 0px solid green;
}
div#cmp_image_text_body {
	position: relative;
	width: 460px;
	display: -moz-inline-box !important;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	white-space: normal;
	border: 0px solid red;
}

#artMorphBackground {
	position: absolute;
	top: 93px;
	left: 0px;
	width: 95%;
	max-width: 1000px;
}

#artMorphContainer {
	position: absolute;
	top: 93px;
	left: 425px;
	opacity: 0;
	filter:Alpha(opacity=0);
	visibility: hidden;
	left: 0px;
	width: 98%;
}

#artMorphBackground img,
#artMorphContainer img {
	position: relative;
	margin-left: 485px;
}

@media print {
	div#cmp_image_text {
		overflow: visible;
		color: black;
	}
}
