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

* {
	font-size: 100%;
}

body {
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2E6BAE;
	color: #FFF;
}

a {
	color: #FFF;
}

h1 {
	font-size: x-large;
}

div#main {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

strong {
	color: #F00;
}

input#url {
	width: 480px;
	font-size: medium;
}

address {
	text-align: right;
}

