a:link, a:visited {
    text-decoration : none;
    color : white;
}

a:hover {
text-decoration: none; 
    color: #5b85ab;
}

a:active {
    text-decoration : underline;
    color : white;
}

body {
    background:#000000;
}

.container {
    width:100%;
    height:100%;
}

.container #iphonemovie {
}

#recycle_popup {
	display: none;
}