@charset "utf-8";
 
/**********
** Global
**********/

html {
	overflow-y: scroll;
}

body {
	background: url("/guitar/images/background.png") repeat-x fixed;
	background-color: #431b76;
}

#wrapper {
	position: relative;
	
	background-color: #fff;
	
	margin: 10px auto;
	width: 960px;
	
	padding: 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*Tables*/
table {
	width: 100%;
}

td, th {
	padding: 0 0.5em;
}

table tr:hover {
	background: #eee;
}

table {
	margin-bottom: 15px;
}
