body{
 margin: 0px;
 padding: 0px;
 font: medium Verdana,Helvetica,sans-serif;
 color: #ffffff;
 text-align: left;
 background-color: #616161;
 background-image: url(img/bg_main.jpg);
 background-repeat: repeat;
 background-position: left top;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}

#header {
 width: 1000px 100%;
 margin: 0px 0px 0px 0px;
 height: 280px;
 background-image: url(img/bg_header.jpg);
 background-repeat: no-repeat;
 background-position: left top;
}
#headerinfo {
 width: 730px;
 margin: 170px 0px 0px 240px;
 height: 90px;
 background-color: #616161;
}
#content {
 width: 730px;
 margin: 10px 0px 0px 240px;
 height: 600 auto;
 padding: 0px;
 border: 0px;
 background-color: #616161;
 border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 border-left: 1px solid #cccccc;
}
#smstxtmessage {
 width: 600px;
 text-align: left;
 margin: 0px 0px 0px 50px;
}
#smstxtmessage a {
 color: #ffffff;
}
#smstxtmessage a:hover {
 color: #ffffff;
 text-decoration: overline;
}
#e {
 margin: 0px 0px 0px 0px;
 color: tomato;
 font-size: medium;
}
#footer {
 width: 1000px 100%;
 margin: 0px 0px 0px 0px;
 height: 163px;
 font-size: medium;
 color: snow;
 background-image: url(img/bg_footer.jpg);
 background-repeat: no-repeat;
 background-position: left top;
}
#footer p {
 width: 1000px 100%;
 padding: 60px 0px 0px 0px;
 text-align: center;
}
#footer a {
 font-size: medium;
 color: snow;
}
#footer a:hover {
 font-size: medium;
 color: snow;
 background-color: black;
}