@charset "UTF-8";
* {margin:0; padding:0; outline:none;}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height:18px;
}

img {border:none;}

#principal {width:778px; margin:0 auto;}

#topo {width:778px; height:155px;}

#menu {width:220px; height:408px; float:left;}

#conteudo {width:548px; float:right;}

.links a,
.links a:visited {text-decoration:none; font-weight:bold; color:#F90;}

.links a:hover {text-decoration:underline;}

.galeria img {
	border:1px solid #F90;
}

