body {
	background-color: #ffffff;
	margin: 0px;
	padding-left: 10px; 
	padding-top: 20px;
	border: 0px;
}

#content {
	position:absolute;
	left: 10px;
	top: 15px;
	width:450px;	
	height: auto;
}

.text {
	position: relative;
	left: 10px;
	width:390px;
	margin-top:8px;
}

.close {
	position: relative;
	left: 380px;
	width:20px;
	overflow: hidden;
}

.textoverflow {
	position: relative;
	left: 10px;
	width:390px;
	height:300px;
	margin-top:8px;
	padding-right:8px;
	overflow:auto;
}

.ruleh {
	position: relative;
	left: 0px;
}

.input { 
	width : 28ex; 
	}


#intro {
	position: relative;
	top: 0px;
}

#table {
	position: relative;
	top: 0px;
}

#contact {
	position: relative;
	top: 0px;
}

#resume {
	position: relative;
	top: 0px;
}

#comment {
	position: relative;
	top: 0px;
}

#footer {
	position: relative;
	top: 0px;
}

#tail {
	position:relative;
	left: 0px;
	width:440px;
	}

/* contact form */

input, textarea{
 width: 390px;
 margin-bottom: 5px;
 }

 textarea{
 width: 390px;
 height: 75px;
 }

 #submitbutton{
 margin-left: 120px;
 margin-top: 5px;
 width: 10px;
 }


