/*
   home.css
   poutada
   
   Created by Jorge on 2009-05-27.
   Copyright 2009 __jqueiruga@gmail.com__. All rights reserved.
*/

body {
	text-align: center;
	margin-top: 10px !important;
}

#wrapper {
	padding-top: 80px;
	width: 630px;
	margin: auto;
	margin-top: 80px;
	background: url(/images/home/header.gif) no-repeat top left;
}

img {
	border: none;
	cursor: pointer;
}

a {
	color: #002C72;
}

#home {
	width: 630px;
	height: 442px;
	overflow: hidden;
}

#home a {
	display: block;
	width: 50%;
	height: 433px;
	float: left;
}

#home a span {
	display: none;
}

#home a#left {
	background: url(/images/home/home-left.gif) no-repeat left top;
}

#home a#right {
	background: url(/images/home/home-right.gif) no-repeat left top;
}

#home a:hover {
	background-position: left bottom !important;
}