/* CSS Document */

/*-----content-----*/
	
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

img {
	border:0px;
	margin-left:-5px;
	}	
	
a .alt { display: none; }

#enter {
    position: absolute;
    display: block;
	width:210px;
	height:330px;
	left: 50%;
	top: 50%;
	margin-left:-105px;
	margin-top:-180px;
	background: url(enter.gif) no-repeat;
	z-index:1;
	cursor: pointer;
	cursor: hand;
	}
	
#logo {
    position: absolute;
    display: block;
	width:210px;
	height:210px;
	margin:0px;
	background: url(toobig_ft.jpg) 30px 40px no-repeat;
	z-index:1;
	}

#menu {
    position: absolute;
	width:130px;
	height:65px;
	margin-left:47px;
	margin-top:265px;	
	z-index:5;
	}
	
a#menu_winners {
    position: absolute;
    display: block;
	width:123px;
	height:14px;
	margin-top:0px;
	background-image: url(menu_winners.gif);
    background-position: 0 0;
	z-index:1;
	}
	
a#menu_winners:hover {
    background-position: 0 -14px;
}

a#menu_opening {
    position: absolute;
    display: block;
	width:123px;
	height:14px;
	margin-top:24px;
	background-image: url(menu_opening_ft.gif);
    background-position: 0 0;
	z-index:1;
	}
	
a#menu_opening:hover {
    background-position: 0 -14px;
}

a#menu_ft {
    position: absolute;
    display: block;
	width:123px;
	height:14px;
	margin-top:48px;
	background-image: url(menu_link_ft.gif);
    background-position: 0 0;
	z-index:1;
	}
	
a#menu_ft:hover {
    background-position: 0 -14px;
}
	
a#menu_email {
    position: absolute;
    display: block;
	width:123px;
	height:14px;
	margin-top:72px;
	background-image: url(menu_email_ft.gif);
    background-position: 0 0;
	z-index:1;
	}
	
a#menu_email:hover {
    background-position: 0 -14px;
}

#info {
    position: absolute;
	margin-left:242px;
	margin-top:263px;
	width:410px;
	z-index:3;
	}
	
#info_start {
    position: absolute;
	width:432px;
	height:260px;
	background:url(info_ft.gif) no-repeat;
	}	
	
#info img {
	margin-left:0px;
}	

.mainHead {
	margin-bottom: 5px;
	}

.mainImgShow {
	width: 410px;
	height: auto;
	}
	
.mainImgOpening {
	width: 410px;
	height: auto;
	margin-bottom: 30px;
	}

.imageInfo {
	display: block;
	font-size: 11px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	margin-top:10px;
	margin-bottom:10px;
	width:410px;
}

.imagePrice {
	margin-top:-14px;
	float: right;
}

.moreLessControl
{
    text-decoration:underline;
    color:Blue;
    cursor:pointer;
}
