* {
	margin:0;
	padding:0;
	outline:0;
	border:0px solid red;
	text-decoration:none;
	text-align:left;
	font: 14px "Lucida Sans Unicode","Lucida Grande", Tahoma, Verdana, Arial;
	color:white;
}
body {
	background:url(images2/bg.jpg) repeat-x #000;
	min-width:770px;
}
a:hover {
	color:#FFD200;
	background:url(images2/linkbgover.png) no-repeat;
}
.tagnames a:hover, #footer a:hover, #pgnav a:hover  {
	color:#FFD200;
	background:url(images2/linkbgover.jpg) repeat-x;
}
a:hover .linkurl {
	color:#999;
}
input {
	background:transparent;
}
h1 {
	position:absolute;
	top:100px;
	left:40px;
	width:170px;
	height:50px;
}
h1 a {
	width:100%;
	height:100%;
	display:block;
	text-indent:-5000px;
}
h1 a:hover {
	background:transparent;
	text-indent:-5000px;
}
#search {
	float:right;
	position:absolute;
	top:168px;
	left:40px;
}
#container {
	background:url(images2/logo.png) no-repeat;
	width:800px;
	min-height:720px;
	display:block;
	margin:0 auto;
	position:relative;
	top:0px;
	left:0px;
}
#content {
	position:absolute;
	top:100px;
	left:260px;
}
#tags {
	position:absolute;
	top:236px;
	left:40px;
}
.tagnames {
	width:60px;
	float:left;
	padding-left:16px;
}
.tagnames a {
	color:#858076;
	width:100%;
	display:block;
	font-size:0.7em;
	padding:0px 4px;
}
#pgnav {
	padding:10px 0 0 20px;
}
#pgnav a {
	padding:1px 6px;
	color:#999;
}
#selected {
	background:url(images2/linkbg.jpg) repeat-x #000;
	padding:1px 6px;
	color:#54514B;
}
.link {
	background:url(images2/linkbg.png) no-repeat;
	font-size:1em;
	color:#ccc;
	letter-spacing:-0.05em;
	width:490px;
	height:40px;
	display:block;
	padding:8px 14px 0px 24px;
}
.linkurl {
	color:#444;
	font-size:0.7em;
	position:relative;
	top:-4px;
	left:0px;
	letter-spacing:0em;
}
.searchtext {
	font-size:0.8em;
	color:#000;
	width:120px;
}
.searchsubmit {
	font-size:0.8em;
	text-indent:-5000px;
	width:55px;
	cursor:pointer;
}
#menu {
	width:600px;
	height:16px;
	background:url(images2/menu.png) no-repeat;
	position:absolute;
	top:206px;
	left:30px;
}
#menu a {
	float:left;
	display:block;
	height:16px;
	text-indent:-5000px;
}
.home a {
	width:30px;
}
.inspiration a {
	width:70px;
}
.design a {
	width:55px;
}
.code a {
	width:60px;
}
.home a:hover, .homex a {
	background:url(images2/menu.png) 0px -20px no-repeat;
}
.inspiration a:hover, .inspirationx a {
	background:url(images2/menu.png) -85px -20px no-repeat;
}
.design a:hover , .designx a {
	background:url(images2/menu.png) -30px -20px no-repeat;
}
.code a:hover, .codex a {
	background:url(images2/menu.png) -155px -20px no-repeat;
}
#footer {
	position:absolute;
	top:640px;
	left:200px;
	color:#54514B;
	font-size:0.8em;
	text-align:center;
	padding:10px 0;
	clear:both;
	display:block;
	width:700px;
	margin:10px auto 0 auto;
	height:20px;
}
#footer a {
	color:#858076;
	font-size:0.8em;
	padding:2px 6px;
	margin:0 2px;
}
#feed {
	display:block;
	width:32px;
	height:25px;
	background:url(images2/feed.jpg) no-repeat;
	position:absolute;
	top:1px;
	left:120px;
}
#feed a {
	text-indent:-5000px;
	width:100%;
	height:100%;
	display:block;
	padding:0;
	margin:0;
}
#feed a:hover {
	background:transparent;
}