/* 
    Document   : map
    Created on : 2012-10-21, 20:34:11
    Author     : chenxuefeng
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.main {
    margin: 0 auto;
    width: 1000px;
    height: 555px;
}
.mark {
    width: 400px;
    height:550px;
    background-image: url('../images/mapmark.png');
    background-repeat:  no-repeat;
    float: left;
	text-align:center;
}
.mark p{
	margin-top:450px;
	font-size:xx-large;
}

.cnt {
    float: right;
    width: 555px;
    height:550px;
    font-size:  large;
    font-family: 微软雅黑,隶书,华文行楷;
}
.cnt p{
    margin-top: 10px;
    line-height: 200%;
    text-indent: 2em;
}

.cnt .red{
	color:red;
}