﻿body {
 font-family: Trebuchet MS;
 margin: 0;
}

.header {
 margin: 0;                             
 background-image: url(../images/header_top.jpg);
 height: 50px;
}
.header h1 {         
 font-weight: normal;                   
 text-align: center;
 margin-top: 5px;
}
.nomedominio {         
 color: #FF5106;
}
.holdpanel {
 margin: auto;
 width: 1025px;
 height: 494px;
 background-image:url(../images/holding_center.jpg);
 background-repeat:no-repeat;
}
.container {
 margin-left: 315px;
 padding-top: 50px;
 width: 575px;
 text-align: center;
}
.container h1 {
 font-weight: normal;
}
.container p {
 /* margin-left: 10px; */
}
.copyright {
 text-align:center;
 color: #B5B5B5;
 font-size:smaller;
}
.copyright a {
 text-decoration: none;
 color: #FFA782;
}