/* define the body */

body {
	font: 12px Arial, Helvetica, sans-serif ;
	color: #ffffff;
	background: #000 url("images/tile.png") repeat-x top;
	margin: 40px;
}

/* define the basics */

p {

}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

a:link {

}

a:visited {

}
	
a:hover {

}
	
a:active {

}

strong {

}

img {
	border: 0px;
}

input, textarea {
	outline: none;
}

/* Everything else etc */

div#root { 
	border: 1px solid #808080; 
	width: 913px; 
	margin: 0 auto;
}


