/*
   spot.css
   agalcari
   
   Created by Jorge on 2009-02-03.
   Copyright 2009 __jqueiruga@gmail.com__. All rights reserved.
*/

body {
	background: #7C2900;
	text-align: center;
}

#wrapper {
	margin: 40px auto 0pt;
	padding: 80px 5px 5px 5px;
	background: #9F3C05 url(/images/logo.png) no-repeat top left;
	width: 690px;
	text-align: right;
}

#player {
	padding: 5px 0pt;
}

a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}