@charset "utf-8";


body, html {
	background-color: #000000;
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	margin: 0;
	min-width: 1000px;
	min-height: 775px;
	overflow: auto;
	color: #ffffff;
}

body {
	background-color: #000000;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../../assets/images/tileDiz.jpg);
	background-repeat: repeat-x;
	font-size:65%;
	text-align: center;
}


/* Style the hyperlink properties */
A:link {text-decoration: underline; color: #ffffff;}
A:visited {text-decoration: underline; color: #ffffff;}
A:active {text-decoration: underline; color: #ffffff;}
A:hover {text-decoration: underline; color: #ffaa00;}

.divider {
	width: 875px;
	height: 1px;
	margin: 0px 0px 40px;
	padding: 0px;
	border-bottom: 1px solid #333333;
}


/* ////////////////////////////////////////////////////////////////////// */
/* Alignment Styles */
.floatRight {float:right;}
.floatLeft {float:left;}

.alignRight {text-align:right;}
.alignLeft {text-align:left;}






