html, body {
	height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
	background-color: #0E0E0E;
	font-size: 11px;
	font-family: Arial;
	color: #0e0e0e;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

#main {
  position: relative;
  top:50%;
  margin-top:-250px;
  left:50%;
  margin-left:-400px;
  width: 800px;
  height:500px;
  
}

#bg{
  position: absolute;
  top:50%;
  margin-top:-267px;
  left:50%;
  margin-left:-365px;  
  width: 731px;
  height:534px;
  background:url(bg.jpg) no-repeat;  
}


#logowp {
  position: absolute;
  left: 475px;
  top:210px;
}

#logowp .text {
   text-align:center;
   font: 13pt Tahoma;
   color: #00AEEF;    
}

#logowp .link {
   position:relative;
   top:7px;
   left:165px;
   font: 13pt Tahoma;
   color: #00AEEF;
   text-decoration: underline;
}

#logowp .link a {
   color: #00AEEF;
   text-decoration: underline;
}

#logophr {
  position: absolute;
  left: 35px;
  top:105px;
}

#logophr .text1 {
   position:relative;
   text-align:center;
   font: 13pt Tahoma;
   color: #00AEEF;
}

#logophr .link {
   position:relative;
   top:127px;
   left:10px;
   font: 13pt Tahoma;
   color: #00AEEF;
   text-decoration: underline;
}

#logophr .link a {
   color: #00AEEF;
   text-decoration: underline;
}


