/* CSS Document */
/* ie5 win - grrr - start */
body { 
	font: small serif;
	margin: 0px; 
	padding: 0px; 
	line-height: 14px;
	color: #000;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
	text-align: center; }
/* ie5 win - grrr - end */
 
/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */


/* start of the real css */

body { 
	color: #444; 
	font-size: 11px; 
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px; 
	padding: 0px;
}
#container {
	width: 800px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#header {
	width: 800px;
	position: static;
}
#menu {
	height: 32px;
	width: 800px;
	position: static;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	position: relative;
	width: 800px;
	margin-top: 10px;
}

#content_holiday {
	position: relative;
	display: block;
	border-width: 0;
	width: 476px;
	height: 310px;
	margin: 10px 0 20px 0;
	background: url(../images/holiday_2005/fr_holiday_bg.png) no-repeat;
}

#holiday_fish {
	position: absolute;
	border-width: 0;
	top: 36px;
	left: 34px;
}

#holiday_text {
	position: absolute;
	border-width: 0;
	left: 74px;
	top: 123px;
}

#textMenu {
	width: 800px;
	position: static;
}
#swimmingFish {
	height: 100px;
	width: 100%;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 60px;
}
