/* CSS Document */

body{
	margin: 0px; 
	background-image: url(bg_vertical.gif);
	background-repeat:repeat-y;
	background-color:#64789C;
}

img{ 
	border: 0px; 
}

.background2{ 
	background-image: url(bg_horizontal.gif); 
	background-repeat: repeat-x;
}

.imgTrans{ 
	filter:revealTrans(duration=0.4,transition=12); 
	filter:blendTrans(duration=0.4);
}

div#bottom{
	width:auto;
	height:750px;
}

#Photo {
	position:absolute;
	width:195px;
	height:289px;
	z-index:1;
	left: 40px;
	top: 28px;
	
}
#Banner {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: -12px;
	top: 65px;
}
#iframe {
	position:absolute;
	width:465px;
	height:434px;
	z-index:3;
	left: 297px;
	top: 209px;
}

#Menu {
	position:absolute;
	width:200px;
	height:387px;
	z-index:4;
	left: 13px;
	top: 223px;
}

#Home {
	position:absolute;
	width:180px;
	height:57px;
	z-index:4;
	left: 19px;
	top: 211px;
}
#About {
	position:absolute;
	width:163px;
	height:27px;
	z-index:6;
	left: 19px;
	top: 290px;
}
#Gallery {
	position:absolute;
	width:17px;
	height:3px;
	z-index:7;
	left: 19px;
	top: 369px;
}
#Links {
	position:absolute;
	width:160px;
	height:32px;
	z-index:9;
	left: 19px;
	top: 448px;
}
