
<html>
<head>
<title>Weather Information</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="/css/balios.css" />
</head>
<body>

	<div style="position:relative;">
		<img src="/CS/API/weather/icons/KIcon/icon01.png" width="75" height="75" border="0">
		<div style="position:relative; left:60px; top:-60px;"><span style="font-size:20pt; font-weight:bold;">16</span><span style="font-size:15pt; font-weight:bold; vertical-align:super;">℃</span></div>
		<div style="position:relative; left:135px; top:-90px;">
			<span style="font-weight:bold;">맑음</span><br>
			강수확률 : 0％<br>
			습도 : 85％<br>
			풍속: 1.1 ㎧
		</div>
	</div>

</body>
</html>