body {
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
.top {
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(background.jpg);
	width: 100%;
	height: 100%;
}
.part1 {
	background-repeat: no-repeat;
	background-image: url(part1.png);
	width: 864px;
	height: 150px;
}
.part2 {
	background-repeat: repeat-y;
	background-image: url(part2.png);
	width: 864px;
	height: 100%;
}
.part3 {
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-image: url(part3.png);
	width: 864px;
	height: 100%;
}
.text2 {
    background-color: #ffffff;
    opacity				:	.9;
    -moz-opacity		:	.9;
	background-position: center top;
	margin-left: 100px;
	padding: 5px;
	width: 350px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
.another { 
    width: 250px;
    padding: 5px; 
    background-color:#5B5BFF; 
    color:#ffffff; 
    border: 2px solid #ffffff; 
    face-family: Hobo Std; 
    font-size:12px;
    cursor: hand;
    pointer: hand;
} 
.another:hover { 
    width: 250px;
    padding: 5px; 
    background-color:#D7D7FF; 
    color:#333333; 
    border: 2px solid #ffffff; 
    face-family: Hobo Std; 
    font-size:12px;
    cursor: hand;
    pointer: hand;
} 

.link { 
    width: 250px;
    padding: 2px; 
    background-color:#4A004A; 
    color:#ffffff; 
    border: 2px solid #ffffff; 
    face-family: Hobo Std; 
    cursor: hand;
    pointer: hand;
} 
.link:hover { 
    width: 250px;
    padding: 2px; 
    background-color:#D7D7FF; 
    color:#ffffff; 
    border: 2px solid #ffffff; 
    face-family: Hobo Std; 
    cursor: hand;
    pointer: hand;
} 

.sharelink {
	background-color: #f4f4f4;
	border: 3px solid #E3C06C;
	color: #333333;
	font-size: 15px;
	height: 20px;
	width: 630px;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}

.textarea {
	background-color: #f4f4f4;
	border: 3px solid #E3C06C;
	color: #333333;
	font-size: 15px;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	overflow:hidden;
}
