body {
	background-color:RGB(230 , 230 , 230);
	font-family:tahoma;
	font-size:12px;
	text-align:center;
	padding-top:180px;
}
#iconarea {
	text-align:center;
	background-color:white;
	height:140px;
	padding-top:10px;
	width:600px;
}
#iconarea a {
	text-decoration:none;
}
#iconarea a:visited{
	color:black;
}
#iconarea a:clicked{
	color:black;
}
#iconarea div {
	float:right;
	width:100px;
	height:30px;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:64px;
	background-color:white;
	background-position:center top;
	font-size:13px;
	font-family:B Titr,Titr,Tahoma;
	text-decoration:none;
	opacity:0.7;
	filter:alpha(opacity=70);
	color:black;
	cursor:hand;
}
#header {
	background-image:url('images/banner.jpg');
	background-position:center 50%;
	background-color:RGB(100 , 100 , 255);
	width:600px;
	height:60px;
}
#footer {
	background-color:RGB(100 , 100 , 255);
	color:silver;
	font-size:9px;
	text-align:center;
	padding:3px 0px 3px 0px;
	width:600px;
	height:10px;
}
#main {
	width:600px;
	text-align:center;
	background-color:white;
	border:1px solid RGB(100 , 100 , 255);
}
#content {
	font-size:12px;
	text-align:right;
	background-color:white;
	padding:10px 10px 10px 10px;
	height:auto;
}
#message {
	font-size:12px;
	text-align:right;
	background-color:white;
	background-image:url('images/error.png');
	background-position:right 50%;
	background-repeat:no-repeat;
	border:1px dotted gray;
	padding-right:26px;
	padding-top:4px;
	vertical-align:middle;
	margin:10px 10px 10px 10px;
	height:26px;
	vertical-align:center;
	display:none;	
}
#icon1 {background-image:url('images/i1.png');}
#icon2 {background-image:url('images/i2.png');opacity:0.2;filter:alpha(opacity=20);}
#icon3 {background-image:url('images/i3.png');opacity:0.2;filter:alpha(opacity=20);}
#icon4 {background-image:url('images/i4.png');}
#icon5 {background-image:url('images/i5.png');}