*
{ padding: 0; margin: 0; }

body{
	margin: 0;
	padding: 0;
	font: normal 1em arial;
	color: #bdbdbd;
	background-color:#ffffff;
	text-align: center;
	}
	
#link {
	position:absolute;
	top:0px;
	left:0px;
	}
	
.maintext{
	color:#000000;
	font-size:14px;
	font-weight:bolder;
	}
	
.text{
	color:#000000;
	font-size:12px;
	}
	
a:link, a:active{
	color:#660000;
	}
	
a:hover{
	color:$660000;
	text-decoration:none;
	}
	
a.img, img{
	border:0px;
	}

/* contact form */

input, textarea {
	border:1px solid #000;
	font-family:arial;
	font-size:12px;
	margin:0;
	padding:4px;
	background:transparent;
	}
 
input:focus, input:hover,textarea:focus, textarea:hover{
	border: 1px solid #000;
	}
 
label {
	color:#000;
	font-size:10px;
	margin:2px;
	}
 
input {
	width:300px;
	}
 
.button {
	margin:0 0 15px 0;
	background:url(...);
	color:#000;
	font-weight:bold;
	width:100px;
	}
