/*Body Format*/
html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-image:url('/images/bg.png');
	background-attachment: scroll;
	background-color: #000;
	background-repeat: repeat;
	background-position: left top;
	color:#FFF;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#title
{
	text-align:center;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	background-image:url('/images/logoMain.png');
	background-position: center top;
	background-repeat:no-repeat;
	width:288px;
	height:76px;
}

#wrapper
{
	width:660px;
	text-align:center;
	margin:auto;
}

#mainTable
{
	padding:0px;
	margin:0px;
	margin-left:-75px;
}

#mainTable table
{
	padding:0px;
	margin:0px;
	width:800px;
	min-width:800px;
}

#mainTable th
{
	font-size:14px;
}

#mainTable td
{
	text-align:center;
}

#knowledge
{	
background-image:url('/images/contBG.jpg');
background-position: left top;
	background-repeat:repeat-x;
 padding:10px;
margin:10px;
}

#coldbeats
{
	background-image:url('/images/ColdBeats.png');
	width:230px;
	height:290px;
	background-position: center top;
	background-repeat:no-repeat;
	display:block;
	margin:auto;
}

#skelzies
{
	background-image:url('/images/SkelziesGame.png');
	width:230px;
	height:290px;
	background-position: center top;
	background-repeat:no-repeat;
	display:block;
	margin:auto;
}

#mta
{
	background-image:url('/images/MakeTheAlbum.png');
	width:230px;
	height:290px;
	background-position: center top;
	background-repeat:no-repeat;
	display:block;
	margin:auto;
}

.bigLink
{
	width:230px;
	height:280px;
	min-width:230px;
	min-height:280px;
	display:block;
}
.info
{
	width:220px;
	max-width:220px;
	margin:auto;
	text-align:justify;
}
a:link, a:visited
{
	color:#ff7800;
}

a:hover, a:active
{
	color:#FFF;
}

img 
{
	border:none;
}

