/*
** Reset CSS
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong, b{
	font-weight:bold;
}

em, i {
	font-style: italic;
}

:focus, :hover {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



/*
** Home Template
*/
* {
	margin:0;
	padding:0;
}

body{
	background: #fff url('../imagens/fundoPage.png') repeat;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	line-height: 1;
}

#contentPage{
	width:600px;
	margin: 20px auto auto auto;
	border:1px solid #cccccc;
	padding:20px 20px 20px 20px;
	background:#fff;
}

#logoWeb{
	background: url('../imagens/logoAcice.png') no-repeat;
	width: 242px;
	height:70px;
	border:none;
	float:left;
	margin-left:25px;
}

#BoxImageShow{
	clear:both;
	width:100%;
	text-align:center;
	padding: 40px 0 40px 0;
}

	#BoxImageShow img{
		border:1px solid #fff;
	}

	#BoxImageShow a{
		text-decoration:none;
	}

	#BoxImageShow:hover{
		cursor:pointe;
	}


#loader{
	float:right;
	width:16px;
	height:16px;
	margin-top:5px;
	margin-right:25px;
	background: url('../imagens/loader.gif') center center no-repeat;
}





