﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 0px;
	background-image: url('../Images/backgroundARSESP.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
