@import url(style.css);
#main
	{
		position:absolute;
		left:280px;
		top:110px;
		height:370px;
		width:595px;
		background-color:#E5E5FF;
		vertical-align: top;
		text-align:center;
	}
#bottom
	{
		position:absolute;
		left:280px;
		top:490px;
		height:70px;
		width:595px;
		text-align:center;
		background-color:#E5E5E5;
		font-size:smaller;
	}
#ico
	{
		position:absolute;
		left:280px;
		top:570px;
		height:40px;
		width:595px;
		text-align:center;
		background-color:Transparent;
	}