html {
	height: 100%;
}
body {
	background: url(img/bg.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100%;
	color: #303030;
	font: 11px Verdana, Tahoma, Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.container {
	background: url(img/bg2.png);
	background-repeat: repeat-y;
	width: 800px;
	min-height: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	border: 0px;
	margin: 0px auto;
}
.head_caption {
	background: url(img/head_caption.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 188px;
	padding: 0px 0px 1px 0px;
}
.content {
	width: 800px;
	height: auto;
//	min-height: 100px;
}
.head_news_links {
	background: url(img/head_news_links.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 26px;
	padding: 0px 0px 1px 0px;
}
.news {
	background: url(img/news_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	width: 540px;
	height: 100%;
	padding: 5px;
}
.links {
	background-color: #CECECE;
	float: left;
	width: 240px;
	height: 100%;
	padding: 5px;
}
.head_music {
	background: url(img/head_music.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 26px;
	padding: 0px 0px 1px 0px;
}
.music_chip {
	background: url(img/music_chip.png);
	background-color: #CECECE;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 240px;
	height: auto;
	padding: 40px 5px 5px 5px;
	margin: 0px 25px 1px 0px;
}
.music_tracked {
	background: url(img/music_tracked.png);
	background-color: #CECECE;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 240px;
	height: 100%;
	padding: 40px 5px 5px 5px;
	margin: 0px 25px 1px 0px;
}
.music_mp3 {
	background: url(img/music_mp3.png);
	background-color: #CECECE;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 240px;
	height: auto;
	padding: 40px 5px 5px 5px;
	margin: 0px 0px 1px 0px;
}
.head_copyright {
	background: url(img/head_copyright.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 26px;
	margin: 0px 0px 1px 0px;
	clear: both;
}
.copyright {
	width: 800px;
	color: #808080;
	font: 9px Verdana, Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
	clear: both;
}
p {
	padding: 2px;
	margin: 0px;
}
a {
	color: #347A0C;
	text-decoration: none;
}
a:hover {
	color: #347A0C;
	text-decoration: underline;
}
img {
	padding: 0px;
	border: 0px;
	margin: 0px;
}