/*CSS Document*/
body{
text-align: center;
}
#main
{
	position: relative;
	width:649px;
	height:499px;
	margin:auto;
}
#text
{
	position: absolute;
	width: 340px;
	height: 114px;
	margin: auto;
	top:50px;
	left:160px;
	text-align:left;

}
