﻿/* Tableless layout  */
body {
margin:10px 0px;
padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
text-align:left; /* Hack for IE5/Win */
background:#000000;

}
#container {
width: 1000px;
height:647px;
margin:20px auto; /* Right and left margin widths set to "auto" */
text-align:left; /* Counteract to IE5/Win Hack */
padding:0px;
background-image:url(../Images/splashneuron.jpg);

}

#content
{
	text-align: left;
	position: relative;
	top: 325px;
	font-family: Arial;
	margin:9px
}

A:link {text-decoration: none;color: gray;font-family: Arial;}
A:visited {text-decoration: none;color: gray; font-family: Arial;}

.white
{
	
	color: white;
}

.grey
{
	
	color: gray;
}

.large
{
	font-size: 15px;
}
.medium
{
	font-size: 12px;
}
.black
{
	
	color: black;
}



