@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00afec;
}
.splash_back{
	background-image: url(img/homepage/splash_top.jpg);
	background-repeat: no-repeat;	
	}
.splash_repeat{
	background-image: url(img/homepage/splash_repeat.gif);
	background-repeat: repeat-x;
	}
.gift_background{
	background-image: url(img/homepage/splash_gift_background.jpg);
	background-repeat: no-repeat;
	}
.Gift_Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #455b58;
}
.gift_forms{
	width:200px;
	border: 1px solid #FF8D33;
}
.enter_back{
	background-image: url(img/homepage/enter_back.gif);
	background-repeat: no-repeat;
	background-position: center;	
	}
.thankyou_background {
	background-image: url(img/homepage/thankyou_background.jpg);
	background-repeat: no-repeat;
}
