body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("images/back.jpg");
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

/* div with EVERYTHING except the tcp logo */

.everything {
height: 100%;
width: 915px;
margin-left: auto;
margin-right: auto;
}

/* header image */

div.header {
margin-left: auto;
margin-right: auto;
width: 915px;
}

/* this div contains the menu */

div.menu {
margin-left: auto;
margin-right: auto;
height: 45px;
width: 915px;
}

/* this is the frame div background */

.cellback {
width: 915px;
margin-left: auto;
margin-right: auto;
}

/* this is the bottom of the frame*/

.cellbottom {
width: 915px;
height: 108px;
margin-left: auto;
margin-right: auto;
}

/* this is all the text */

div.content {
margin-left: 90px;
margin-right: 90px;
width: 835px;
height: 100%;
}

/* text attributes */

p {
font-size: 80%;
}

p.larger {
font-size: 100%;
font-weight: bold;
}

p.packages {
font-size: 80%;
margin-left: 30px;
text-align: left;
}

p.berg {
font-size: 80%;
font-weight: bold;
color: #520810;
}

li {
font-size: 80%;
}

/* div for the tcp logo */

.tcplogo {
text-align: right;
width: 915px;
}