body {
	background-color: #FFF7F9;
}

#container {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 750px; 
	height: 450px; 
	margin-left: -375px; 
	margin-top: -225px; 
	border: 5px solid #FAB5C8;
}

#container2 {
	width: 730px;
	height: 395px;
	min-height: 395px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #fff;
}

#links {
	width: 750px;
	height: 45px;
	min-height: 45px;
	background: #FFE0E8 url(logo.gif) no-repeat top left;
	text-align: right;
	line-height: 45px;
}

#content {
	width: 450px;
	height: 405px;
	min-height: 405px;
	text-align: justify;
	float: left;
	background-color: #fff;
}

#picture {
	width: 750px;
	height: 405px;
	min-height: 405px;
	float: left;
	background: url(bgPic.gif) no-repeat top right;
}

#exyt {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.h1 {
	font-family: trebuchet MS, verdana, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
	color: #FC6C94;
}

.linksText {
	font-family: trebuchet MS, verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	padding-right: 20px;
}

.text {
	font-family: trebuchet MS, verdana, sans-serif;
	font-size: 10pt;
	padding: 5px 20px 5px 20px;
	color: #000;
}

.nexttext {
	font-family: trebuchet MS, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
	text-align: right;
	color: #000;
}

a:link {
	color: #FCACC4;
	text-decoration: none;
}

a:visited {
	color: #FCACC4;
	text-decoration: none;
}

a:hover {
	color: #FC6C94;
	text-decoration: none;
}

a:active {
	color: #FC6C94;
	text-decoration: none;
}

a.darker:link {
	color: #FC6C94;
	text-decoration: none;
}

a.darker:visited {
	color: #FC6C94;
	text-decoration: none;
}

a.darker:hover {
	color: #FC6C94;
	text-decoration: underline;
}

a.darker:active {
	color: #FC6C94;
	text-decoration: none;
}

