@charset "utf-8";
/* SPP CSS Document */

html, body {
    height: 100%; /* Ensure the body takes the full height */
    margin: 0;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    /*background-color: ;*/
    background-image: url("../st-link-images/bg-modern-1.jpg");
    background-attachment: fixed;
    background-position: center;
	background-repeat: repeat;
    background-size: cover;
}