/**************************************************************************************/
/* Author: Frank Fernow
/* Email: frank.fernow@gmail.com
/* Site: www.frankfernow.com
/* Clients: www.hostingve.com
/* Start Date: Saturday, March 31, 2007
/**************************************************************************************/
/*START HTML CONF*/
/* Removes border from fieldset and img */
/*div {
overflow:hidden;
outline:none;
}*/
html{
height:100%;
}
body{
height:100%;
font-family:Verdana, Helvetica, sans-serif;
margin: 0;
padding:0;
background-color:#FFFFFF;
text-align: center;
}
a li ul{
outline: none;
}
a{
outline: none;
font-weight:bold;
color:#7ac522;
}
img{
border:none;
}
/**************************************************************************************/
/*START STRUCTURE*/
#content{
overflow:hidden;
}
#content .stucture{
width:600px;
margin:0px auto 0px auto;
text-align:left;
overflow:hidden;
}
#c_main{
outline:none;
overflow:hidden;
background-color:#FFFFFF;
}
/*END STRUCTURE*/
/**************************************************************************************/

/*END HTML CONF*/
/**************************************************************************************/
/*START STRUCTURE*/
.content{
border: 0;
height: 50%;
position: relative;
top: 30%;
color: black;
}
/*END STRUCTURE*/
/**************************************************************************************/
/*START CONTENT ERROR*/
.c_skel{
width: 700px;
margin-left: auto;
margin-right: auto;
text-align: left;
overflow:hidden;
}
.img_skel{
width: 300px;
float:left;
}
.c_message{
float:left;
font-size:11px;
font-weight:bold;
line-height:18px;
color:#666666;
}
.h_message{
clear:both;
float:right;
width:400px;
}
.c_sticker{
clear:both;
padding:10px;
text-align:center;
}
