html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal 12px Arial;
	color: #949494;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #3052b4;
	text-decoration: none;
	border-bottom: 1px dotted #3052b4;
}

a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

#container {
	margin: 0 auto;
	width: 100%;
}

#launching {
	font: normal 21px Arial;
	padding-top: 25px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 11px;
}

#launching span {
	color: #db2e03;
}

#logo {
	background: #fff url(../images/logo.gif) no-repeat top center;
	width: 395px;
	height: 188px;
	/*text-indent: -9999px;*/
	margin: 80px auto;
}

.clear {
	clear: both;
}

#gift {
	margin: -35px auto;
}

a#icon_gift {
	background: transparent url(../images/gift.gif) no-repeat center left;
	width: 50px;
	height: 25px;
	display: block;
	border-bottom: none;
}

a:hover#icon_gift {
	background: transparent url(../images/gift_hover.gif) no-repeat center left;
}

#email {
	border: 1px solid #e0e0e0;
	background-color: #fff;
}

#btn {
	border: 1px solid #d0d0d0;
	background-color: #e0e0e0;
	cursor: pointer;
	font: bold 12px Arial;
	color: #949494;
}

#btn:hover {
	background-color: #d0d0d0;
	color: #404040;
}

a#blog {
	color: #949494;
	font-weight: bold;
	border-bottom: 0;
}

a:hover#blog {
	color: #000;
}
