body{
	background: url(../img/bg.jpg) repeat;
	margin:0;
/*	padding:0;
	text-align:center;	*/
}

#page{
	margin: auto;
	margin-top: 0px;
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D1ffffff,endColorstr=#D1ffffff);
    zoom: 1;
    background-color: rgba(255, 255, 255, 0.82); 
	background-repeat: repeat-y; 
	width:900px; 
	height: 100%;
	padding: 0px; 
}

#photo{
	display: block;
	width: 500px;
	margin-left: 50px;
	margin-top: 30px;
    float: left;
	height: 375px;	
}
#container{
	height: 375px;
    float: left;
	width: 900px;
}
#pic{
	width: 500px;
	height: 375px;	
}
	
#text{
	font-family: Verdana;
	font-size: 18px;
	display: block;
	height: 375px;
	padding: 10px;
	margin-left: 570px;
	padding-right: 50px;
	color: #3F3F3F;	
}


#ny_head{
	color: #CF1626;
	text-align: center;
	font-family: Arial;
	font-size: 26px;
}
#authors{
	text-align: right;
}

#link{
	text-decoration: none;
}
	
#footer{
	position:absolute;
	bottom:0px; 
	font-family: Verdana;
	font-size: 18px;
	color: #3F3F3F;	
	text-align: center;
	width: 900px;
}