@charset "UTF-8";
/* CSS Document */

#background {
	background-color:#353535;
}

#top {
	height: 60px;
	background:url(../img/menu_bg.png);
	margin-bottom: 40px;
}

#navigation {
	width: 990px;
	margin: 0 auto;
}

#navigation a {
	text-decoration: none;
	color: white;
	font-family: Lucida Sans;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}

#navigation a:hover {
	color: #353535;
}

#navigation ul {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0;
	padding-top: 1.4em;
}

#navigation li {
	float: right;
	text-align: right;
	padding-left: 1.4em;
}

#wrapper {
	width:1050px;
	margin: 0 auto;
	background-color:#454545;
	padding: 10px;
}

#whitebg {
	width: 950px;
	margin: 0 auto;
	background-image:url(../img/banner.png);
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFFFFF;
	height:125px;
}

#whitebgFormat {
	width: 950px;
	margin: 0 auto;
	background-image:url(../img/banner.png);
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFFFFF;
	height:500px;
}

#whitebgChangePw {
	width: 950px;
	margin: 0 auto;
	background-image:url(../img/banner.png);
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFFFFF;
	height:175px;
}

#whitebgProfile {
	width: 950px;
	margin: 0 auto;
	background-image:url(../img/banner.png);
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFFFFF;
	height:950px;
}

#content {
	width: 950px;
	margin: 0 auto;
	font-family: Lucida Sans;
}

#signinMessage {
	background-image:url(../img/signinmessage.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-bottom: 25px;
}

#menuMessage {
	background-image:url(../img/menumessage.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-bottom: 25px;
}

#uploadMessage {
	background-image:url(../img/uploadmessage.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-bottom: 25px;
}

#formatMessage {
	background-image:url(../img/formatmessage.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-bottom: 25px;
}

#changepwMessage {
	background-image:url(../img/changepwmessage.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-bottom: 25px;
}

#profileMessage {
	background-image:url(../img/profilemessage.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-bottom: 25px;
}

#footer {
	height: 100px;
	font-size: 0.9em;
	font-family: Helvetica;
	color: #454545;
	padding-top: 10px;
}

#login {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

label {
    display: block;
}

#options {
	width: 200px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #454545;
}

#options a {
	color: #4da7d2;
	text-decoration: none;
}

#options a:hover {
	color: #454545;
}

#upload {
	text-align: center;
}

#format {
	text-align: center;
}

#changepw {
	width: 175px;
	margin-left: auto;
	margin-right: auto;
}

#profile {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}