

body, html {height: 100%;}

*{
    color: Black;
    font-size: 11px;
    font-family: Arial,Verdana ;
}




a:link {color:#ff00ff;text-decoration:none}
a:visited {text-decoration:none;color:#ff00ff}
a:hover {color:#0061a5;text-decoration:none}




h1 {font-weight:bold;color:#ec7cb7;font-size:22px;}
h2 {font-weight:bold;color:#ec7cb7;font-size:18px;}
h3 {font-weight:bold;color:#ec7cb7;font-size:16px;}
h4 {font-weight:bold;color:#ec7cb7;font-size:14px;}

b {
    color:#ec7cb72;
 }

 .webpic{
    margin:1px;
    border:2px solid #ec7cb7;
}




imgd {
    border: 0px;
    padding: 0px;
}

.contentwrapper{
    background: #ffffff url('images/index_03.jpg');
    width:668px;
    height:411px;
    overflow:hidden;

}

.content{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 30px;
}

.outer {width: 100%;height: 100%;}
.middle {width: 100%;height: 100%; text-align: center;}
.inner {width: 1011px;height:563px; margin-left: auto; margin-right: auto; text-align: left;}




.centerx{
text-align: center;
position:absolute;
top: 50%;
display: table-cell;
width: 100%;
height:100%;
}

.centerxx{
  text-align: center;


position: relative;
top: -50%
}
