       BODY { 
			background-color: #666167;
			background-image: url("http://somethingsbegun.com/lacerepeatingbg2.jpg"); 
			background-repeat: repeat-x;
			background-position: 0% 0%;
			}

	#something { 
		position: absolute; 
		top: 15px; left: 85px; 
		font-family: georgia, cochin, "courier new", serif;
		color: #F2DCF7;
		 }

	#artby { 
		position: absolute; 
		top: 85px; left: 249px; 
		font-family: georgia, cochin, "courier new", serif;
		color: #F2DCF7;
		 }

	#nav { 
		position: absolute; 
		top: 124px; left: 100px; 
		font-family: georgia, cochin, "courier new", serif;
		color: #D1B6D6;

		 }

		 	#img { 
		position: absolute; 
		top: 180px; left: 130px; 


		 }

	#inner { 
		position: absolute; 
		top: 155px; left: 20px; 
		}

.nav a:link {color: #D1B6D6;}
.nav a:visited {color: #D1B6D6;}
.nav a:hover {color: white;}
.nav a:active {color: white;}
.nav a {text-decoration: none;}


.inner a:link {color: #663399;}
.inner a:visited {color: #666666;}
.inner a:hover {color: #663399;}
.inner a:active {color: #666666;}
.inner a {text-decoration: underline;}

