@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin-top: 50px;
	margin-left: 150px;
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

a:link {
	text-decoration: underline; 
	color: #CCCCCC;
}
a:visited {
	text-decoration: underline; 
	color: #CCCCCC;
}
a:active {
	text-decoration: underline; 
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}

#main {
	width: 1010px;	
	}

#main #merch {
	text-align: left;
	padding-bottom: 400px;
}
