@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFC7;
	margin: 0px;
	overflow-y: hidden;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
table {
	background-image: url(../images/comingsoon_bg.jpg);
	background-repeat: repeat-x;
}
#temp {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#resume_diag {
	top: 252px;
	left: 590px;
}
#email_diag {
	top: 252px;
	left: 715px;
}
#blog_diag {
	top: 252px;
	left: 830px;
}
.dialog {
	position: absolute;
	height: 100px;
	width: 175px;
	background-image: url(../images/dialog.png);
	background-repeat: no-repeat;
	visibility: hidden;
}
.dialog p {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #FFFFC7;
}
