@charset "UTF-8";
/* CSS Document */

body	{
	background-color:#cccccc;
	background-repeat: no-repeat;
	font-size: 16px;
	font-family: Helvetica;
	padding:0;
	color: #000000;
	background-position: center;	
}

a		{
	color: #0000FF;
	font-size: 16px;
	font-family: Helvetica;
	text-decoration: none;
	}
	
a:hover		{
	color: #0000FF;
	font-size: 16px;
	font-family: Helvetica;
	text-decoration: underline;
	}


#logo {
	background-image:url(project/indeximages/project_studios_logo.png);
	background-repeat: no-repeat;
	height: 288px;
	width: 720px;
	top: 15px;
	left: 15px;
	position:absolute;
}

#main {
	position:absolute;
	top: 270px;
	left: 15px;
	font-size: 16px;
	font-family: Helvetica;
	text-decoration: none;
	height: 250px;
	width: 250px;
	}

#right {
	position:absolute;
	top: 270px;
	left: 265px;
	font-size: 16px;
	font-family: Helvetica;
	text-decoration: none;
	height: 250px;
	width: 250px;
	}
