@CHARSET "UTF-8";

body, html{
	width			: 100%;
	height			: 100%;
	background-color: #5F89CF;
	padding			: 0px;
	margin			: 0px;
}

table.main{
	margin			: 0px;
	padding			: 0px;
	
}

div.align_center{
	/*border			: 1px solid black;*/
	margin			: 0px auto;
	padding			: 0px;	
}

.mba img{
	height:40px;
	width:65px;
	border:none
}
.mba:hover img{
	background-position: 0 -40px !important;
}

.blogIco{
    position: absolute;
    background: url(../img/bloggr--icon-03.png) no-repeat;
    width: 32px;
    height: 32px;
    left: 300px;
    top: 10px;
}

.blogIco:hover{
    background-position: 0 -32px;
}

