﻿#BG
{
	background-image: url(../images/Desktop/BG.jpg);
	background-size: cover;
}

body
{
	padding: 0;
	margin: 0;
}

#lblMessage
{
	position: absolute;
	bottom: 130px;
	left: 50px;
}

#Content
{
	height: 100%;
}

#Box
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 360px;
}