html {
    margin: 0px;
    padding: 0px;
    background-color: #FAE8F4;
    height: 100%;
}
body {
    margin: 0px auto;
    padding: 0px;
    font: 14px Arial, Helvetica, sans-serif;
    min-height: 100%;
    width: 994px;
    position: relative;
    background-image: url(/images/html.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

img {
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
.logo {
	position: absolute;
	left: 4%;
	top: 54px;
}
.menu-ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 339px;
	text-align: center;
	z-index: 900;
	font-family: "Times New Roman", Times, serif;
}
.menu-li {
	display: inline;
	list-style: none;
}
.menu-href {
	color: #EE296A;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	margin-right: 6px;
}
.menu-href:hover {
	text-decoration: underline;
}
.menu-ul .last {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.slogan {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 346px;
	font-size: 54px;
	color: #FCEFF7;
	text-align: center;
	z-index: 500;
}
.content {
    padding: 590px 145px 20px;
    color: #646463;
    text-indent: 31px;
}
.content strong {
	color: #FA9929;
}
.content a {
	color: #BE1B5C;
}
#footer {
	background-color: #F7D2EB;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 23px;
}
#footer .copy {
	font-size: 12px;
	line-height: 23px;
	color: #BE1B5C;
	float: left;
	height: 23px;
	padding-right: 27px;
	padding-left: 17px;
	border-right: 2px solid #FFFFFF;
}

.create {
	font-size: 11px;
	color: #B0B0B0;
	text-decoration: none;
	float: left;
	margin-top: 5px;
	margin-left: 11px;
}