﻿/*全局定义*/
html, body{height:100%}
body{margin:0; padding:0; font-family:"宋体", Arial; background:#fff; font-size:12px; color:#333; line-height:1.5em;}
a{color:#333; text-decoration:none;}
a:hover{color:#999;}
/*局部定义*/
#wrap{margin:0 auto; width:600px; height:100%; display:table; *position:relative; overflow:hidden;}
#subwrap{vertical-align:middle; display:table-cell; *position:absolute; *top:50%;} 
#content{*position:relative; *top:-50%;}
#top{margin:20px 0; height:30px;}
#top img{position:relative; left:50px; top:30px;}
#pic{margin:0 auto; width:560px; height:330px; background:url(../images/i_image.jpg) no-repeat;}
#pic img{margin-top:310px; margin-left:45px;}
#btm{margin:50px auto; height:50px;}
#btm p{margin:0; padding:2px 0; text-align:center; font-family:Verdana, "宋体"; color:#666; font-size:11px;}
#btm p a{color:#999;}
#btm p a:hover{color:#CCC;}
#btm p img{vertical-align:middle;}
#main{width:100%; height:100%;}