/* basic-2.1.css */
body	{	
		font-family: Helvetica, Arial, sans-serif; color: #c29e83;
		font-size:12px;
		text-align: left;
		margin: 0px;
		background:url(images/concretebackground.jpg) repeat right 25px;
		line-height:20px;
		}
		
a:link, a:visited, a:hover
	{	text-decoration:none;
		border: 0px;
		border-style:none;
		}
		
a:link, a:visited {color:#b9845c;}
a:hover {color:#c29e83;}

img	{border-style:none;}

#topbar	{position:relative;
		background-color:#000000;
		width:100%;
		height:25px;
		}
#musicplayer	
		{position:relative;
		left:10px;
		width:855px;
		height:25px;
		padding-top:3px;
		}
#update	
		{float:right;
		width:450px;
		height:25px;
		padding-left:5px;
		}
#rust	{position:absolute;
		right:0px;
		top:25px;
		width:350px;
		height:280px;
		background:url(images/concreterust.jpg);
		}
#paper	{position:absolute;
		right:26px;
		top:300px;
		width:454px;
		height:152px;
		background:url(images/paper.jpg);
		}
#text	{position:relative;
visibility:hidden;
		
		right:200px;
		top:40px;
		width:300px;
		height:200px;
		}
#myspace	{position:absolute;
		right:180px;
		top:470px;
		width:257px;
		height:89px;
		}
#photo	{position:absolute;
		right:490px;
		top:100px;
		width:350px;
		height:510px;
		background:url(images/photo.jpg);
		}

