html, body {
	background-color: #f5efed;
	overflow: hidden;
	height: 100%;
}

#container {
	display: block;
	width: 100%; min-height: 100%; height: 100%;
	background-color: #f5efed;
	padding: 50px;
}

#hello {
	background-image: url(../images/hello.png);
	width: 348px;
	height: 134px;
	cursor: move;
	margin-bottom: 30px;
	z-index: 1000;
}

#mynameiserich {
	background-image: url(../images/mynameiserich.png);
	width: 557px;
	height: 76px;
	cursor: move;
	margin-bottom: 20px;
	z-index: 1000;
}

#iamcurrently {
	height: 52px;
	cursor: move;
	z-index: 1000;
}

	.available {
		width: 723px;
		background-image: url(../images/iamcurrentlyavailableforwork.png);
	}
	
	.unavailable {
		width: 771px;
		background-image: url(../images/iamcurrentlyunavaibleforwork.png);
	}
	
	#iamcurrently a {
		display: block;
		width: 205px; height: 52px;
		margin-left: 310px;
	}

.circle_lg {
	background-image: url(../images/circle_lg.png);
	width: 300px; height: 300px;
	cursor: move;
	position: absolute;
	visibility: hidden;
}

.circle_md {
	background-image: url(../images/circle_md.png);
	width: 200px; height: 200px;
	cursor: move;
	position: absolute;
	visibility: hidden;
}

.circle_sm {
	background-image: url(../images/circle_sm.png);
	width: 100px; height: 100px;
	cursor: move;
	position: absolute;
	visibility: hidden;
}

.circle_lg-cyan {
	background-image: url(../images/circle_lg-cyan.png);
	width: 300px; height: 300px;
	cursor: move;
	position: absolute;
	visibility: hidden;
}

.circle_md-cyan {
	background-image: url(../images/circle_md-cyan.png);
	width: 200px; height: 200px;
	cursor: move;
	position: absolute;
	visibility: hidden;
}

.circle_sm-cyan {
	background-image: url(../images/circle_sm-cyan.png);
	width: 100px; height: 100px;
	cursor: move;
	position: absolute;
	visibility: hidden;
}


.circle_lg-pink {
	background-image: url(../images/circle_lg-pink.png);
	width: 300px; height: 300px;
	cursor: move;
	position: absolute;
	visibility: hidden;
}

.circle_md-pink {
	background-image: url(../images/circle_md-pink.png);
	width: 200px; height: 200px;
	cursor: move;
	position: absolute;
	visibility: hidden;
}

.circle_sm-pink {
	background-image: url(../images/circle_sm-pink.png);
	width: 100px; height: 100px;
	cursor: move;
	position: absolute;
	visibility: hidden;
}



