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

#wpart {
	margin-top: 200px;
	margin: auto;
	width: 305px;
	height: 400px;
	text-align: center;
	text-decoration: none;
}
#left {
	margin-top: 50px;
	width: 150px;
	height: 100px;
	text-align: center;
        float:left;
	text-decoration: none;
}
#right {
	margin-top: 50px;
	width: 150px;
	height: 100px;
	text-align: center;
        float: right;
	text-decoration: none;
}