@charset "UTF-8";

/* This document sets the styles for my, Paul Clifton, portfolio type home page. */

/* --- Global settings --- */

*{
}

/*
	Sets the styles for things in the body tag
*/

body {
background-image: url('images/dinobolt.gif');
background-color: #559DE6;
}

/*

	Sets the page size in pixels and the location of the page in the window.

*/

.wrap {
	margin:0;
/*	width:10000px;*/
}

.wrap p {
	font: 500px Helvetica, Arial, sans-serif;
	margin: 0;
	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}

/*I'm a new comment. I'm a different thing now*/