@charset "UTF-8";

body {
	background-image: url('../pictures/bg-sg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000;
}
@media only screen and (max-device-width: 480px) 
{
body {
background-image: url('../pictures/bg-sg-phone.jpg');

}
}
.highlight {
	color: #fff;
}

a {
	color: #ccadab;
	text-decoration: none
}
a:hover {
	color: #fe0604;
	}
	
a:active {
	color: #ffffff;
	background-color: #fe0604;
}

#topbar {
	border-bottom: thin dashed #e1bec2;
}	

#contentvideo {
	border: thin dashed #e1bec2;
	}	
	
#workdesc {
	border-left: thin dashed #e1bec2;
	color: #f3f9eb;	
}

