body {
background:#1A1F25 url(images/automotive-voice-overs-bg.jpg) fixed repeat-y center top;
font-family: "Century Gothic";
color: #999999;
margin: 0px;
}
	
a:link {
color: #95d0f6;
text-decoration: none;
}
a:visited {
color: #95d0f6;
text-decoration: none;
} 
a:hover {
color: #95d0f6;
text-decoration: underline;

}

@viewport{
    zoom: 1.0;
    width: device-width;
}

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}