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

* {
	padding:0;
	margin:0;
}

body {
	background:#f1f3f2 url(../img/portugalgift_bg.jpg) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a {
	text-decoration:none;
	color:#666;
}


a, a:link {
color:#999999;
text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#666666;
}

img {
	border:none;
}

img a:hover {
	border:none;
}

ul, li {
	display:inline;
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	width:780px;
}

#logobar {
	height:61px;
	margin:60px 0 30px 0;
}

.imgfloat {
	float:right;
}

#btns {
	height:325px;
}

.gap {
	margin-right:11px;
}

#btns_reflex {
	height:160px;
}

#footer {
	margin-bottom:60px;
}

#footer p {
	font-size:10px;
	color:#666;
}

