/* Enter Your Custom CSS Here */
#main {
    float: right;
}
#sub {
    float: left;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}