@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #0381d8;
	background-image: url(welbg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#box {
	height: 600px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#wel_1 {
	background-image: url(wel_1.jpg);
	height: 150px;
	width: 600px;
}
#wel_2 {
	background-image: url(wel_2.jpg);
	height: 100px;
	width: 600px;
}
#wel_3 {
	background-image: url(wel_3.jpg);
	height: 100px;
	width: 600px;
}
#wel_4 {
	background-image: url(wel_4.jpg);
	height: 230px;
	width: 300px;
	padding-top: 20px;
	padding-left: 150px;
	text-align: center;
	padding-right: 150px;
}
