/* The background properties */

body { background-color: black;
text-align: center;
}

#header {
background-image: url(tct_header.jpg); 
background-color: #000000;
top:0px;
height:150px;
width:755px;
}

#container {
background-color: white;
border-style: solid;
border-color: #f18821;
border-width: 4px;
top:150px;
height:100%;
width:747px;
text-align: left;
}

#buttons {
text-align: center;
}

#text {
background-color: white;
margin: 10px;
width:725px;
text-align: left;
}

a img{ border: 0;
}

/* a:hover { border-bottom-width: 1px;
border-bottom-color: blue;
border-bottom-style: solid;
} */

#container {
background-color: white;
border-style: solid;
border-color: #f18821;
border-width: 4px;
top:150px;
height:100%;
width:747px;
text-align: left;
}

#credits {
background-color: white;
border-style: solid;
border-color: #f18821;
border-width: 4px;
bottom: 0px;
height:100%;
width:747px;
text-align: center;
}

