@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background: #000000;
	position: relative;
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
}

img {
	border: none;
}

#bottom-left{
	width: 407px;
	height: 323px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(images/bottom-left.png);
}

#top-right{
	width: 635px;
	height: 392px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(images/top-right.png);
}


/* Center of the page positioning */
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     /* Bump div#blueBox down half the height of the screen. */
	margin-top: -300px;                                                              /* Half the height of div#center. */
	float: left;
}

#center {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	background: url(images/bg.png);
	clear: both;
	*clear: none;
}

/* END OF CENTER POSITIONING */

#corporate{
	width: 280px;
	height: 178px;
	position: absolute;
	left: 27px;
	bottom: 365px;
	background: url(images/corporate.png);
	cursor: pointer;
}
#cruises{
	width: 280px;
	height: 178px;
	position: absolute;
	left: 180px;
	bottom: 256px;
	background: url(images/cruises.png);
	cursor: pointer;
}
#meetings{
	width: 280px;
	height: 178px;
	position: absolute;
	left: 348px;
	bottom: 144px;
	background: url(images/meetings.png);
	cursor: pointer;
}
#worldTours{
	width: 280px;
	height: 178px;
	position: absolute;
	left: 502px;
	bottom: 33px;
	background: url(images/worldTours.png);
	cursor: pointer;
}

/* Social Media Icons */
#social {
	position: absolute;
	left: 25px;
	bottom: 5px;
}
