@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
	margin:0px;
	padding:0px;

}

body {
    background: url(../images/backGround.gif) repeat-y  center ;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;

}

.wrapper {
    margin: 0px auto -123px;

    height: 600px;
    width: 1000px;
	border:#dddddd solid 1px;
}

.pic01 {
float:left;
width:343px;
height:600px;
}

.pic01 img{
float:left;
width:343px;
height:600px;
}

.pic02 {
float:left;
width:430px;
height:600px;
}


.pic02 img{
float:left;
width:430px;
height:600px;
}

.pic03 img{
float:left;
width:227px;
height:600px;
}

