@import url(style.css);
#main
	{
		position:absolute;
		left:280px;
		top:110px;
		height:500px;
		width:595px;
		background-color:#E5E5FF;
		vertical-align: top;
/*		-moz-border-radius: 20px;
        -webkit-border-radius: 20px;*/
	}
#bottom
	{
		position:absolute;
		left:280px;
		top:620px;
		height:70px;
		width:595px;
		text-align:center;
		background-color:#E5E5E5;
		font-size:smaller;
/*		-moz-border-radius: 20px;
        -webkit-border-radius: 20px;*/
	}
#ico
	{
		position:absolute;
		left:280px;
		top:700px;
		height:40px;
		width:595px;
		text-align:center;
		background-color:Transparent;
	}