@charset "utf-8";
/* CSS Document */


img{border:none}


a:link { 
color:#F60; 

}
a:visited { 
text-decoration: none;
color:#F60;

}
a:hover {
text-decoration: none;
color:#F60;

} 



.rollover2 a {
display:block;
height: 80px;
width: 110px;
padding:10px 10px 10px 60px;
background:url(../img/portboton.png) 0 0 no-repeat;
text-decoration: none;
border:0px;
}

.rollover2 a:hover { 
background-position: 0 -102px;
border:0px;
}

.rollover2 a:active {
background-position: 0 -100px;
border:0px;
}



.rollover3 a {
display:block;
height:80px;
width: 189px;
padding:10px 10px 10px 50px;
background:url(../img/blogboton.png) 0 0 no-repeat;
text-decoration: none;
border:0px;
}

.rollover3 a:hover { 
background-position: 0 -105px;
border:0px;
}

.rollover3 a:active {
background-position: 0 -104px;
border:0px;
}



.rollover4 a {
display:block;
height: 84px;
width: 189px;
padding:10px 10px 10px 7px;
background:url(../img/contboton.png) 0 0 no-repeat;
text-decoration: none;
border:0px;
}

.rollover4 a:hover { 
background-position: 0 -106px;
border:0px;
}

.rollover4 a:active {
background-position: 0 -105px;
border:0px;
}




/*wrappers*/

#main-wrapper {
	margin:auto;
	top:0px;
	border:none;
	padding:auto;

}

#header-wrapper {

	margin:auto;
	width:800px;	
	height:340px;
	top:0px;
	border:auto;
	background:url(../img/homebg.jpg) no-repeat;

	}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#222;
	background:url(../img/bg.png) repeat #000;
	
	}
	
#post-wrapper {
	width:800px;
	height:auto;
	margin-top:160px;
	background: url(../img/postbg.png);
	padding: 10px;
	

}


#logo {
padding-top:210px;
padding-left:50px;

}



#bu1 {
float:left;
margin:50px;
}

#bu2 {
float:left;
margin-top:50px;
margin-left:10px;
}

#bu3 {
float:left;
margin-left:10px;
margin-top:50px;
}

.color {
	color: #FFF;
}

