/* 
MusicMyne 2009
*/

body {
	font-family: Arial, Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height:18px;
	color: #ccc;
	background:#2D2D2D;
	margin: 0;
	padding:0;
	text-align: center;
}


html, body { height:100%; }
#content { width: 100%; height: 640px; }
#footer { width: 100%; text-align: right; }
#footer p { padding: 10px 10px 0 0; color: #666; }

h1 { color:#fff; }

a:link { text-decoration: none; color:#ffbc29;}
a:visited { text-decoration: none; color:#ffbc29;}
a:active { text-decoration: none; color:#fff;}
a:hover { text-decoration: underline; color:#fff; }

#footer a { color: #999; }
#footer a:hover {text-decoration: none; color: #ddd; }