body { 
}

#wrapper {
	background-color: #ffffff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	left: -20px;
	width: 898px
}

#pic_one {
	position:absolute;
	top:100px;
	left:20px
}

#pic_two {
	position:absolute;
	top:100px;
	left:680px
}

#pic_three {
	position:absolute;
	top:100px;
	left:250px
}

#text_box_left {
     background-color: #ffffff;
     position: absolute;
     top: 450px;
     left: 15px;
     border: 3px solid #ff9933;
     border-style: ridge;
     width: 300px;
     height: 200px;
     padding: 5px 5px 5px 5px
}


#text_box_right {
     background-color: #ffffff;
     position: absolute;
     top: 450px;
     left: 600px;
     border: 3px solid #ff9933;
     border-style: ridge;
     width: 300px;
     height: 200px;
     padding: 5px 5px 5px 5px
}

#three {
	position:fixed;
	left:5px
	top:100px
}

#weather_box {
     background-color: #ffffff;
     position: absolute;
     top: 675px;
     left: 100px;
     border: 3px solid #ff9933;
     border-style: ridge;
     width: 735px;
     height: 100px;
     padding: 5px 5px 5px 5px
}

#weather {
	position:fixed;
	left:0px
	top:1200px
}