/*
 * b7studio
 * 
 * */

 html, body {
 	height: 100%;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    background: #000;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
 	height: 100%;
}

#outer {
   height: 100%; overflow: visible;
    overflow: hidden;
    position: relative;
    width: 994px;
	margin: 0 auto; background:transparent;
}

#outer[id] {
    display: table;
    position: static;
}

#middle {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center; background:transparent;
}
 /* for explorer only*/
#middle[id] {
    display: table-cell;
    vertical-align: middle;
    position: static;
}

#inner {
    position: relative;
    top: -50%;
    text-align: left;
}
 /* for explorer only */
#inner {
    width: 390px;
    margin-left: auto;
    margin-right: auto;
}
 /* for all browsers*/
/* optional: #inner[id] {position: static;} */
/* just format */
div.content {
   
}

a,a:hover,a:active,a:visited {
	text-decoration:none;
}
img {
	border:none;
	margin:20px 0 ;
}

