body { 
	background: url('../images/bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom right;
}

#container{
	width: 720px;
	margin: auto;
	padding-top: 95px;
}

.msg{
	color: #fff;
	background: rgba(0,0,0,0.5);
	float: left;
	padding: 5px;
	text-transform: uppercase;
	clear:both;
	font-family: 'ElectronRegular'; 
	font-weight: normal; 
	font-style: normal; 
	transform: rotate(-8deg);
	FONT-SIZE: 30px;
	margin: -11px 25px;
}