a {
    text-decoration: none;
}

.nav a {
	color:#ffffff;
}

.nav li a.active {
	color:#95a100;
}

body {
	background-image: url('../../resources/img/logo.png');
	background-repeat: no-repeat;
	background-position: 90% 0%;
}

/* Aspect Resizing of iFrame 
From http://stackoverflow.com/a/12121929/424814
*/
.wrapper         {width:80%;height:100%;margin:0;background:#CCC}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}