@charset "UTF-8";
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #6d6d6d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #e1e1e1;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #c7c7c7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c7c7c7;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
}
.pink {
	color: #F09;
	
}
.bigback {
	font-size: 9em;
	color: #6f6f6f;
	
	}
#logo img {
	padding-bottom: 30px;
	margin-left: -21px;

}
#topmargin {
	height: 50px;


}
#text {
	
	font-size: 1.6em;

}

#work {
	padding-top: 20px;
	font-size: 1.4em;


}

.webscreen img {
	margin-left: -11px;

}

.padbttm20 {
	padding-bottom: 20px;
}

a img{ 
	border: none;
	
	}

.txt{
		font-size: 20px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}
