/* ========================== BODY ========================== */
body, html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#cfd6e2;
}
#background {
	overflow: hidden;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

/* ========================== CONTENT ========================== */
.container {
	width:900px;
	margin:5% auto 0;
}

.betty {
	width:180px;
	height:361px;
	float:left;
	margin:0 20px 0 0;
}

.betty img {
	margin-top:50px;
}

.bubble {
	background-image:url(images_tiger/betty_speech_bubble.png);
	background-repeat:no-repeat;
	width:663px;
	height:91px;
	padding:20px 30px 5px 55px;
	margin:0 0 0 180px;
	font-size:18px;
	color:#546D98;
	line-height:26px;
}

.text {
	width:653px;
	margin:0px 0 10px 215px;
	padding:1px 20px;
	font-size:16px;;
	line-height:26px;
	color:#546D98;
	background-color:#FFF;
	border:3px solid #B0BBCF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-html-border-radius:10px;
}

.text-small {
	width:260px;
	margin:0px 0 10px 0px;
	padding:0px;
	font-size:16px;;
	line-height:26px;
	color:#546D98;
	text-align:left;
}

.launch {
	width:300px;
	margin:-40px -10px 20px 375px;
}

.select {
	margin-left:10px;
	font-size:11px;
	font-weight:normal;
	color:#000;
}

/* ========================== BUTTON ========================== */
.button-launch input[type=button] {
	background:url(images_tiger/buttonopen3dhouse.png);
	background-repeat:no-repeat;
	background-position:center;
	border:none;
	width:271px;
	height:51px;
	margin:0 auto;
}