/*  ------------------------------------------------------------------------
    Viralsound.com Mini-Site
    ------------------------------------------------------------------------  */
	
img { border: 0; }
/*  -----|  Structure  |----------------------------------------------------  */

#header {
	background: url('../images/main_header.gif') 0 0 no-repeat;
	height: 201px;
	position: relative;
	background-image: url(../images/main_header.gif);
}
	
#header h1, #header h2 { display: none; }
#header p { line-height: 130%; font-size: 1em; color: #fff; margin: 0; max-width: 100%; position: absolute; top: 157px; right: 20px; text-shadow: 0 1px 0 #072798; text-align: right; }
#header p a { text-decoration: none; color: #fff; font-weight: bold; }
#header p a:hover { border-bottom: 1px dotted #fff; }
	
.footer a { border-bottom: 1px dotted #ccc; color: #ccc; font-weight: bold; text-decoration: none; }
.footer a:hover { color: #a6c0d6; border-bottom: 1px dotted #a6c0d6; font-weight: bold; }
	
