/* rayout*/
body{
    margin:0px;
    padding:0px;
	background-color:#FF6969;
	}

/* headder*/
#head
	{
	width:800px;
    height:260px;
	margin:0 auto;
	}

/* wrapper*/
#wrap
	{
    position:relative;
    width:800px;
    height:435px;
	margin:0 auto;
	}

/* left*/
#left
	{
    width:410px;
    height:435px;
    float:left;
	}

/* right*/
#right
	{
    width:390px;
    height:435px;
    float:right;
	}

/* footer*/
#foot
	{
	position:relative;
	width:800px;
	height:105px;
	clear:both;
	}
