@import url(../Global/Global.css);
@import url(../Global/Layout.css);

form {
	min-height: 170px;
	background-repeat: no-repeat;
	background-image: url(../../Images/Standard/Backgrounds/1.jpg);
}

#Page {
	min-height: 170px;
	background-repeat: no-repeat;
	background-image: url(../../Images/Standard/Backgrounds/Outline.png);
}

#Body {
    min-height: 400px;
    background-color: #efefde;
    margin-top: 69px;
	background-repeat: repeat-y;
	background-image: url(../../Images/Standard/Content/Background.png);
}