@charset "UTF-8";

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

}
}
.highlight {
	color: #f7ebee;
}

a {
	color: #d9baad;
	text-decoration: none
}
a:hover {
	color: #eeeeee;
	}
	
a:active {
	color: #ffffff;
	background-color: #cca3a3;
}

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

#contentvideo {
	border: thin dashed #d1cd86;
	}	
	
#workdesc {
	border-left: thin dashed #d1cd86;
	color: #f2eae6;	
}

.download {
	border: thin dashed #ff0099;
}