@charset "utf-8";

/* CSS Document */

/* =============================================== */

body 
{
margin: 0;
padding: 0;
background-image: url("/stgs/images/stgs_background.png");
background-color: #e7be64;
background-repeat: repeat-x;
background-attachment: fixed; 
}

img
{
border: 0px solid black;
}

/* =============================================== */

.wrapper
{
background-color: #f2f8ec;
width: 950px;
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.homepagetext p
{
margin-left:100px;
margin-top:75px;
margin-right:100px;
margin-bottom:50px;

text-align:left;

font-family:arial; 
font-size:14px; 
color:black;
}

.footer
{
clear:both;

margin-top:10px;

font-weight: bold;
font-family:arial; 
font-size:14px; 
color:white;

background-color: #72833f;
text-align:center;
}

