@import "reset.css";

html {
	height: 100%;
	min-height: 580px;
}

body {
	background: #fff url('../wsimages/body_bg.jpg') repeat-x left bottom;
	height: 100%;
	min-height: 580px;
	position: relative;
}

#egil {
	background: url('../wsimages/irc-egil-twitter.jpg') no-repeat scroll top left;
	width: 522px;
	height: 331px;
	margin-left: -261px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
	
	#egil a#irc {
		text-indent: -999em;
		text-decoration: none;
		height: 80px;
		width: 150px;
		position: absolute;
		left: 5px;
		top: 90px;
	}
	
	#egil a#twitter {
		text-indent: -999em;
		text-decoration: none;
		height: 100px;
		width: 180px;
		position: absolute;
		right: 0;
		top: 130px;
	}