﻿#rotating-item-wrapper {
	position: relative;
	width: 900px;
	height: 184px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;

/* added code */

}

body, td {
	font: normal normal medium/1.0 Verdana, Geneva, Tahoma, sans-serif
}

body {
    font-size: 100%;
}

h1 {
    font-size: 2.0em;
    color: orange;
    margin-left: 10px;
}

h2 {
    font-size: 1.5em;
    color: orange;
    margin-left: 10px;
}

h3 {
    font-size: 1.4em;
    color: orange;
    margin-left: 10px;
}
h4 {
    font-size: 1.2em;
    color: orange;
    margin-left: 10px;
}

p {
    font-size: 0.875em;
}
a {
color: white;
}
a:visited {
color: EEEEEE;
}
a:active {
color: red;
}
a:hover {
color: yellow; 
 
}
body {
	background-image: url('images/bj.jpg');
    background-size: 100% 100%;
    background-attachment: fixed
}

BODY { COLOR: #EEEEEE /*The color of all the other text within the body of the page*/
}
