/* CSS for Squared Productions Network */
/* Chris Myers / 13UK */

body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
#bg1 {
	width: 100%;
	height: 100%;
	background-image: url(../images/image_28.jpg);
}

#bg2 {
	width: 100%;
	background-image: url(../images/image_35.jpg);
	height: 100%;
	}

#uu {
	width: 100%;
	height: 45px;
	background-image: url(../images/image_29.jpg);
	cursor: pointer;
}
	
#uvt {
	width: 100%;
	height: 44px;
	background-image: url(../images/image_30.jpg);
	cursor: pointer;
}

#vd {
	width: 100%;
	height: 44px;
	background-image: url(../images/image_31.jpg);
	cursor: pointer;
}

#sc {
	width: 100%;
	height: 44px;
	background-image: url(../images/image_32.jpg);
	cursor: pointer;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	}
	
.textlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	}

a:link {
	color: #8D8D8D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8D8D8D;
}
a:hover {
	text-decoration: underline;
	color: e16565;
}
a:active {
	text-decoration: none;
	color: #8D8D8D;
}
