body {
	background: #000;
	background-image:url("img/bg.jpg");
	background-repeat:repeat-x;
	background-position:right top;
	background-attachment:fixed;
	background-size: 100%;
}
#holder {
	float: right;
	margin: 20px 40px 20px 20px;
	width: 640px;
}
h1 {
	margin: 0 0 20px 0;
	display: block;
	width: 640px;
	height: 290px;
	background: url(img/tc-logo.png) no-repeat top left;
}
h1 span {
	display: none;
}

#menu {
	margin-bottom: 20px;
}
#menu ul {
	margin: 20px 0;
	padding: 0;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#menu li a {
	display: block;
	height: 58px;
	width: 65px;
}
#menu a span {
	display: none;
}
#m1, #m2, #m3, #m4, #m5, #m6, #m7 {
	background: url(img/menu.png) no-repeat;
}
#m1 {
	background-position: 0px 0px;
}
#m2 {
	background-position: -65px 0px;
}
#m3 {
	background-position: -130px 0px;
}
#m4 {
	background-position: -195px 0px;
}
#m5 {
	background-position: -260px 0px;
}
#m6 {
	background-position: -325px 0px;
}
#m7 {
	background-position: -390px 0px;
}
#m1:hover {
	background-position: 0px -58px;	
}
#m2:hover {
	background-position: -65px -58px;	
}
#m3:hover {
	background-position: -130px -58px;	
}
#m4:hover {
	background-position: -195px -58px;	
}
#m5:hover {
	background-position: -260px -58px;	
}
#m6:hover {
	background-position: -325px -58px;	
}
#m7:hover {
	background-position: -390px -58px;	
}
.clear {
	clear: both;
}
#footer {
	margin: 40px 0 20px 0;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	color: #fff;
}
#footer a {
	text-decoration: underline;
	color: #fff;
}
#footer a:hover {
	color: #99c;
	text-decoration: none;
}