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


html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#page {
	width: 800px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
	

#text {
	width: 455px;
}

#feedbackText{
	width: 800px;
	margin-top: 20px;
}
	
#logo {
	width: 194px;
	height: 75px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#homelink {
	height: 75px;
	width: 195px;
	cursor: hand;
	cursor: pointer;
}


#headerLinks {
	position: relative;
	width: 300px;
	top: 45px;
	left: 200px;
	color: #333333;
	font-weight: bold;
}

#lang {
	position: relative;
	top: 34px;
	left: 675px;
	color: #333333;
	font-weight: bold;
}


#LoveStory {
	width: 320px;
	float: right;
	height: 500px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 5px;
}

#loveStoryPhoto1 {
	width: 153px;
	height: 102px;
	background-image: url(images/loveStory5.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}

#loveStoryPhoto2 {
	width: 153px;
	height: 102px;
	background-image: url(images/loveStory7.jpg);
	background-repeat: no-repeat;
	margin-left: 160px;
	margin-top: -102px;
}


#loveStoryPhoto3 {
	width: 153px;
	height: 102px;
	background-image: url(images/loveStory9.jpg);
	background-repeat: no-repeat;
	margin-top: 6px;
}


#loveStoryPhoto4 {
	width: 153px;
	height: 102px;
	background-image: url(images/loveStory11.jpg);
	background-repeat: no-repeat;
	margin-left: 160px;
	margin-top: -102px;
}

#loveStoryPhoto5 {
	width: 100px;
	height: 149px;
	background-image: url(images/loveStory2.jpg);
	background-repeat: no-repeat;
	margin-top: 6px;
}

#loveStoryPhoto6 {
	width: 100px;
	height: 149px;
	background-image: url(images/loveStory3.jpg);
	background-repeat: no-repeat;
	margin-left: 106px;
	margin-top: -149px;
}


#loveStoryPhoto7 {
	width: 100px;
	height: 149px;
	background-image: url(images/loveStory4.jpg);
	background-repeat: no-repeat;
	margin-left: 212px;
	margin-top: -149px;
}


#LovestorylinkHoriz {
	height: 150px;
	width: 100px;
	cursor: hand;
	cursor: pointer;
}

#LovestorylinkVert {
	height: 100px;
	width: 150px;
	cursor: hand;
	cursor: pointer;
}


#footer {
	width: 800px;
	height: 50px;
	float: right;
	text-align: center;
	margin-top: 10px;
	}


#postform {
	margin-top: 50px;
	width: 455px;
}


#slideshow {
	margin-top: 20px;
	float: none;
	margin-left: 0px; 
}


#FloweryDecoration {
	margin-top: 5px;
	height: 322px;
	margin-left: 500px;
	background-image: url(images/floweryDecoration.gif);
	background-repeat: no-repeat;
}

#FloweryDecorationFeedback{
	margin-top: 5px;
	height: 322px;
	margin-left: 500px;
	background-image: url(images/floweryDecoration.gif);
	background-repeat: no-repeat;
}
 

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFF0;
	border-bottom: 1px dashed;
	text-decoration: none;
}


a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	border-bottom: 1px dashed;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
}


#footer {
}

