@import url(style.css);
#main
	{
		position:absolute;
		left:280px;
		top:110px;
		height:600px;
		width:595px;
		text-align:center;
		background-color:#E5E5FF;
		vertical-align: top;
	}
#bottom
	{
		position:absolute;
		left:280px;
		top:720px;
		height:70px;
		width:595px;
		text-align:center;
		background-color:#E5E5E5;
		font-size:smaller;
	}
#ico
	{
		position:absolute;
		left:280px;
		top:800px;
		height:40px;
		width:595px;
		text-align:center;
		background-color:Transparent;
	}
table
	{
		border-width:thin;
		padding:0px;
		vertical-align:middle;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
	}