html, body
	{
	width: 100%;
	height: 100%;
	}

body
	{
	margin: 0px;
	padding: 0px;
	background: #000000;
	}

#Portal
	{
	position: relative;
	width: 900px;
	height: 475px;
		left: 50%;
		top: 50%;
			margin: -237px 0px 0px -450px;
			background: url('/images/portal.jpg');
	}

.US
	{
	position: absolute;
		width: 290px;
		height: 40px;
		top: 180px;
		left: 35px;
	}

.EU
	{
	position: absolute;
		width: 220px;
		height: 40px;
		top: 120px;
		left: 590px;
	}