#container {
width: 410px;
background: #ffffff;
margin: 50px auto 50px auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
padding: 10px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
-->
.bucsborder {
box-shadow: 0 0 0 4px #ff7a00, 0 0 0 8px #000, 0 0 0 10px #fff;
}
p {
color: #000;
font-size: 1.0em;
font-weight: normal;
line-height: 1.2em;
margin: 0px 0px 0px 0px;
padding: 4px 0px 4px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}