html{
    font-family: arial, sans-serif;
    font-size: 0.9em;
    color: white;
    margin: 0;
    padding: 0;
    background: #000000	}

body {
    min-width: 990px;
    padding: 0;
    margin: 0;
	background-repeat: no-repeat;
    }

#container {
    margin: auto;
    width: 990px;
}

.darkBackgroundImage {
    background: <a href="http://www.facebook.com/inthecagevienna"> url(../img/background/wtr_background_dark.jpg)</a> no-repeat;
    }

.lightBackgroundImage {
    background: url(../img/background/wtr_background.jpg) no-repeat;
    }
       
#download_album {
    position:absolute;
    top: 650px;
    }

#yellowborder {
	border: 4px solid #FFFF00;
}

#buy_us_table {
    border-spacing: 10px;
}

#communities {
    width: 100%;
    text-align: center;
}

#buy_us {
    width: 100%;
    text-align: center;
    padding: 10px; 
}


#header {
    margin: 0;
    padding: 0;
    background: #000000;
}

#content_twocolumn {
    float:left;
    padding: 5px;
    width: 620px;
    min-height: 886px;
    }
   
#content_onecolumn {
    float:left;
    padding: 5px;
    width: 980px;
}

#navBar { 
    float:right;
    padding: 5px; 
    width: 350px;
}

#footer { 
    clear: both;
    text-align: center;
}

#newsTableSmall td { vertical-align: top }

#newsTableLarge td { 
    padding: 5px; 
    }


#pressInfoTable td { 
    text-align: center;
    padding: 5px;
    }

#pressInfoTable th { 
    text-align: left;
    padding: 5px;
    }

h1  {
    font-family: Times;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-size: 27px;
	background: url(../img/background/header_background_blank.jpg) no-repeat;
	border: 0;
	color: black;
	overflow: hidden;
	}   
	
div.reviewheader {
    background-image: url(../img/background/reactions_header_background_blank.jpg);
    background-repeat: no-repeat;
    padding-left: 3px;
    }
    
a   {border-style: none;}

a img {
    border: 0;
}

a:link { 
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	border: 0;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none; 
	color: #FFFF00;
	border: 0;
	}

a:hover, a:active {
	text-decoration: none;
	background: url(../img/background/link_hover_active_background.jpg) repeat-x;
	border: 0;
	color: black;
	overflow: hidden;
	}
