@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	padding: 0;
	background-image: url(bg-body.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #CCCCCC;
}
ul {
	list-style-type: none;
	padding: 0px;
}
a:hover {
	background-color: #333333;
}
.youtube a {
	height: 30px;
	display: block;
	width: 200px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 36px;
	background-image: url(images/youtube.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.youtube a .address {
	font-weight: normal;
	font-size: 11px;
}
.facebook a .address {
	font-weight: normal;
	font-size: 11px;
}
.facebook a {
	height: 30px;
	display: block;
	width: 200px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 36px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.twitter a {
	height: 30px;
	display: block;
	width: 200px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 36px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.twitter a .address {
	font-weight: normal;
	font-size: 11px;
}
.myspace a {
	height: 30px;
	display: block;
	width: 200px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 36px;
	background-image: url(images/myspace.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.myspace a .address {
	font-weight: normal;
	font-size: 11px;
}

