body {
	background-color: #494949;
	background-image: url();
	font-size:65%;
	color: #cdcdcd;
	font-family: tahoma, verdana, sans-serif;
	}

a:link, a:active {
	color: #1c1c1c;
	text-decoration:none;
	font-weight:normal;
	}
	
a:visited {
	color: #fafafa;
	text-decoration:none;
	font-weight:normal;
	}


a:hover {
	color: #cdcdcd;
	text-decoration:underline;
	font-weight:normal;
	}

	
img {
	border:0px;
	}


	
.image {
	width:402px;
	height:602px;
	position:absolute;
	top:1px;
	left:1px;
	}

.menu {
	text-align: center;
	position:absolute;
	top:2px;
	left:405px;
	width:300px;
	}

.as {
	position:absolute;
	top:608px;
	left:80px;
	width:250px;
	}

.content {
	width:365px;
	position:absolute;
	top:20px;
	left:405px;
	padding:2px;
	}
	
	
h1 {
	font-size:100%;
	color: #cdcdcd;
	border-bottom: 1px solid #cda5a5;
	font-weight:bold;
	text-align:left;
	margin:0px 3px 2px 0px;
	}
	
h2 {
	font-size:100%;
	color: #cdcdcd;
	border-bottom: 1px solid #cda5a5;
	font-weight:bold;
	text-align:left;
	margin:0px 3px 2px 0px;
	}


.center {
	text-align:center;
	}


strong {
  color: #cda5a5;
	}

input, textarea, select, option, radio {
	background-color: #494949;
	border: 1px solid #cdcdcd;
	font-size:10px;
	color: #cdcdcd;
	font-family: verdana, tahoma, sans-serif;
	}
