@charset "utf-8";

body {
	margin: 0px;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
}

.MainContent p {
	margin-bottom: 20px;
}

a, a:visited { 
	color: #ffffff;
}

.Footer a, .Footer a:visited, .MusicList a, .MusicList a:visited {
	text-decoration: none;
}

h1, h2 {
	font-size: 18px;
	font-weight: bold;
}

h1 { margin-bottom: 32px; }
h2 { margin-top: 32px; }

.TitleBar {
	height: 271px;
}

.StaticTitle {
	width: 100%;
	height: 100%;
	background-image: url(images/starbackground.png);
	background-repeat: repeat-x;
}

#TitleMovie {
	width: 100%;
	height: 271px;
}

.MainContent {
	padding: 50px;
	margin-right: 20%;
	text-align: justify;
}

.Footer {
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: #707070;
	font-size: 12px;
	font-style: italic;
}

.FooterCopyright { float: left; margin-left: 50px; }
.FooterAphorism { float: right; }

.MusicList {
	list-style-position: inside;
	width: 500px;
	padding-left: 0px;
	position: relative;
}

.MusicList li { padding-left: 10px; }
.MusicList .LightItem { background-color: #130e1e; }
.MusicList .DarkItem { background-color: #0a0614; }
.MusicList .LightItem:hover { background-color: #5f4694; }
.MusicList .DarkItem:hover { background-color: #331d62; }

.SongTime { position: absolute; right: 10px; }
