html, body, h2, h3, h4, div, p, a, ul, li, input, select, table, tbody, thead, tfoot, tr, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#fryed_brothers_band_id {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	height: 100%;
}
/* end hide */

#logo-center {
	text-align:center; 
	top:50%; 
	left:50%; 
	margin-left:-250px; 
	margin-top:-200px; 
	position:absolute;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color:#ffffff;
	font-size:62.5%;
	background-color: #000000;
}

img {
	border:0;
}

a {
	text-decoration:none;
}


#main_description {
	font-weight:normal;
	text-align:left;
	margin-left:40px;
	margin-right:40px;
}

#main_copyright {
	text-align:center;
	font-weight:bold;
	color:#f18500;
	background-color:inherit;
}


#main_title {
	font-weight:normal;
	text-align:left;
}

#main_description p {
	font-weight:normal;
	text-align:left;
}

a.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ff0000;
	text-decoration:none;
	background-color:inherit;
}
a.link:link {
	color: #ff0000;
	border-bottom:1px dashed #cccccc;
	background-color:inherit;
}
a.link:visited {
	color: #ff0000;
	border-bottom:1px dashed #cccccc;
	background-color:inherit;
}
a.link:hover {
	color: #ff0000;
	text-decoration:none;
	border-bottom:1px dashed #333333;
	background-color:inherit;
	
}
a.link:active {
	color: #ff0000;
	border-bottom:1px dashed #cccccc;
	background-color:inherit;
}