body {
	background-image: url('images/bg2.png');
	background-repeat: repeat;

	font-family: "Segoe UI";
	font-size: 12px;
	letter-spacing: 1px;
	color: white;
}

#global {
	background-image: url('images/bg.png');
	left: 50%; 
	top: 50%;
	width: 700px;
	height: 330px;
	border: 0;
	text-align: center;
	padding-top: 90px;
	margin: auto;
}

#global .www {
	font-size: 14px;
	color: #551a8b;
	text-decoration: none;
}

#global .domain {
	font-size: 30px;
	color: white;
	text-decoration: none;
}

#global .ext {
	font-size: 14px;
	color: #0048ff;
	text-decoration: none;
}

#global .slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #bebebe;
	text-transform: uppercase;
}

#global .info {
	font-size: 20px;
	color: #ff9600;
	letter-spacing: 0;
}

#global .staff {
	color: #0030ff;
	font-size: 11px;
	font-style: italic;
	float: right;
	padding-top: 75px;
	padding-right: 80px;
}

#global a {
	font-size: 11px;
	color: #551a8b;
	text-decoration: none;
}