/* CSS Document */

/* css for seriljames.com*/

/*author Jeanalix.com*/
body {
	background-position: top;
	background-repeat: no-repeat;
	background-color:#000000;
}

div#serilmain {
	width: 850px;
	height: 650px;
	position:absolute;
	margin-left: -425px;
	margin-top: 80px;
	left: 50%;
}

#shadow{
	background-image: url(../images/bg_shadow.png);
	width: 864px;
	height: 666px;
	position: absolute;
	margin-left: -432px;
	margin-top: 90px;
	left: 50%;
}

#designer {
	width: 850px;
	margin-left: 0px;
	margin-top: 0px;
	color: #CCCC00;
	font-family: Arial, helvetica, sans-serif;
	text-align: right;
	font-size: smaller;
	padding-top: .5em;
	position:absolute;
	margin-left: -425px;
	margin-top: 0px;
	left: 50%;
}



a:link {color:#CCCC33; text-decoration: none; }

a:hover {color: #6376ba; text-decoration: underline; }

a:active {color: #90ca47; text-decoration: underline; }

a:visited {color: #6376ba; text-decoration: underline; }

