/* CSS Document */

html, body {
	height: 100%;
	overflow: auto;
}

body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, sans-serif;
	background: #FFFFFF;
	color: #333333;
	font-weight: 100;
}

a {
	color: #37A2CE;
	text-decoration: none;
}

a:hover {
	color: #37A2CE;
}

table {
	margin: 0 auto;
	width: 25%;
	height: 25%;
	min-width: 400px;
	min-height: 400px;
	}
	
img {
	border: none;
	}

img, div {
	behavior: url(iepngfix.htc)
}

#center {
	margin: 0 auto;
	width: 500px;
	text-align: center;
}

/* Logo */

#logo {
	width: 300px;
	height: 70px;
	background: url(images/swplogo.png) no-repeat;
	margin: 75px auto 20px auto;
}




