@charset "UTF-8";

/* CSS Document */
v\: * {
	behavior: url(#default#VML);
}

html,body {
	width: 100%;
	height: 100%
}

.move {
	margin-top:0;
	margin-left:100%;
	height:100%;
	width:100%;
	z-index: 301;
    position: fixed;
	overflow: hidden;
}

body {
	margin: 0;
}

#logo {
	background-image: url('images/bubbleby.png');
	top: 80px;
	right: 0;
	position: absolute;
	height: 58px;
	width: 300px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
}

#learnMore {
	background-image: url('images/learnMore.png');
	cursor: pointer;
	top: 140px;
	right: 0px;
	position: absolute;
	height: 34px;
	width: 130px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
}

#learnMore:HOVER {
	background-image: url('images/learnMore_rollover.png'); 
}
.message {
	font-family: arial, helvetica, sans-serif;

	font-size: 15px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px; 
}

.messageHolder {
		background-color: #E4501D;
	margin: 0px;
	padding: 4px;
	width: 100%;
	text-align: center;
}
