@charset "utf-8";
/* CSS Document */

body{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family: verdana;
	font-size: 11px;
	background-color:#FFFFFF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
	
	.imgTopo{
background-image:url(../images/topoLoja.jpg);
background-position:center;
background-repeat:no-repeat;
height:28px;
width:768px;
}

.imgRodape{
background-image:url(../images/rodapeLoja.jpg);
background-position:center;
background-repeat:no-repeat;
height:21px;
width:768px;
}

.repeteTudo{
background-image:url(../images/meioLoja.jpg);
background-position:center;
background-repeat:repeat-y;
}