#alias {
	width: 550px;
	height: 250px;
	background: url(images/name.png) top left;
	margin: 0 auto;
	position: relative;
	top: 129px;
}

#in {
	position: relative;
	top: 250px;
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/background.gif);
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

A:link {
	color: #29235c;
	text-decoration: none;
}

A:visited {
	color: #29235c;
	text-decoration: none;
}

A:active {
	color: #29235c;
	text-decoration: none;
}

A:hover {
	color: #4d2473;
	text-decoration: none;
}

