body {
	background-image: url("images/background.gif");
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

html {
	width: 100%;
	height: 100%;
}

input.text {
	background-color: transparent;
	border: 10px;
	margin: 0px;
	padding: 0px;
	width: 330px;
	height: 42px;
	font-family: Arial;
	font-size: 2.2em;
	color: #585858;
}

#content {
	background-image: url("images/content_background.jpg");
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 1200px;
	height: 700px;
}

#sign {
	position: relative;
	top: 211px;
	left: 473px;
	width: 264px;
}

#share {
	width: 166px;
	height: 120px;
	top: 58px;
	left: 814px;
	display: none;
	position: relative;
}

#submit {
	position: relative;
	top: 254px;
	left: 760px;
	width: 60px;
}

#username {
	position: relative;
	top: 196px;
	left: 400px;
	width: 350px;
}

#icon {
	display: none;
}

#footer {
	position: relative;
	top: 508px;
	left: 664px;
	width: 70px;
}

#generalshare {
	position: absolute;
	right: 30px;
	bottom: 10px;
}
