/* CSS Document */

#bg {
	background: url('/images/dcloud.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#logo {
	font-family: 'Lora', serif;
	color: whitesmoke;
	text-shadow: 2px 2px 3px #bbb;
}
.wht, .wht:hover {
	color: whitesmoke;
}
.bg2 {
	background: rgba(200, 54, 54, 0.8);
}
.bg3 {
	background: rgba(0, 0, 0, 0.5);
}
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}
