@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #333399;
	color: #FFFF00;
	text-align:center;
}

#header{
	margin: 0px auto 0 auto;
}

/*To avoid peripheral lines around a image for link*/
a img {
    border-style:none;
}

img {
	width:480px;
	height:auto;
	border: 0;
}

a {
	text-decoration:none;
}

