body {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-color: #e5e2cd;

}


#PageWrap{
width: 864px;
margin: 0 auto;
background-image: url("../images/MidlandBackground.jpg");
height: 800px;

}

h3 {
margin-bottom: 7px;
text-align: center;
font-size: 22px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: bold;
color: #555555;
}

.textinfo{
text-align: center;
font-size: 14px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: bold;
color: #777777;
line-height: 22px;
}

.container {
    position: relative;
    top: 495px;
    width: 864px;
    margin: 0 auto;
    text-align: center;
}
.container div {
    height: 200px;
}

.column-left {
    width: 33%;
    left: 0;
    position: absolute;
}
.column-center {
    width: 34%;
    margin-left: 33%;
    position: absolute;
    text-align: center;
}
.column-right {
    width: 33%;
    right: 0;
    position: absolute;
}


a:link {
color: #7474ec;
font-family: helvetica;
font-style: inherit;
text-decoration: none;
}
a:visited {
color: #7474ec;
font-family: helvetica;
text-decoration: none;
}
a:hover {
color: #6f6f6f;
font-family: helvetica;
text-decoration: none;
}
a:active {
color: #383131;
font-family: helvetica;
text-decoration: none;
}


#TMStuff{
font-size: 12px;
text-align: center;
position: relative;
top: 733px;
color: #777777;
}
