a, input {
	outline-style: none;
	outline-width: medium;
}

body{
	background-color: #A5CCCF;
	background-image: url(files/bc2.png);
	background-repeat: repeat-x;
}
#main{
	margin: auto;
	background-color: #3A8CB4;
	padding: 20px 20px 20px 20px;
	margin-top: 30px;
	height: 600px;
	background-image: url(files/bc1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 900px;
	border: 1px solid White;
}
#main2{
	margin-top: 140px;
	margin-left: 210px;
}

#a1{	
	margin-right: 50px;
	float: left;
	height: 200px;
	border: 3px solid Black;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}
#a1:hover{
	filter:alpha(opacity=100);
	-moz-opacity:.10;
	-khtml-opacity: 1.0;
	opacity: 1.0;	
}
#a2{
	height: 200px;
	border: 3px solid Black;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}
#a2:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;	
}
