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

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#ffffff;
}

#site {
	margin:auto;
	width:800px;
	height:600px;
}

#photo {
	float:left;
	height:272px;
	width:492px;
	margin-left:150px;
	margin-top:150px;
}