/* CSS for the photo page */

div#page { position:relative;}
#content { width:760px; height:396px; background-image:url(http://vasantswaha.net/images/photos/backgr.jpg); background-repeat:no-repeat; float:left;}
div#header {width:760px; height: 240px; background-image:url(http://vasantswaha.net/images/photos/header.jpg);}
#photo1 {
	position:absolute;
	left:59px;
	top:493px;
	width:147px;
	height:90px;
	z-index: 14;
}
#photo2 {
	position:absolute;
	left:304px;
	top:493px;
	width:147px;
	height:90px;
	z-index: 13;
}
#photo3 {
	position:absolute;
	left:557px;
	top:493px;
	width:147px;
	height:90px;
	z-index: 12;
}

#t1{
	position:absolute;
	left:148px;
	top:578px;
	width:83px;
	height:50px;
	z-index: 17;	
}

#t2{
	position:absolute;
	left:410px;
	top:568px;
	width:84px;
	height:46px;
	z-index: 16;
}

#t3{
	position:absolute;
	left:637px;
	top:570px;
	width:91px;
	height:50px;
	z-index: 15;
}


#txt { position:absolute; bottom:5px; width:100%;  text-align:center; font-size:0.7em}
