table,td,th {
	color: #000;
	text-align: center;
        position:relative;
}
body {
background:#e9e345 top left no-repeat url('images/backgrounds/stein_bg.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
        background-size: cover;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        /* background:#f8ef50 top left no-repeat url('images/backgrounds/stein_bg.jpg');*/
	/* background-attachment:scroll;*/
	/* background-repeat:no-repeat;*/
        /* background-size:100%;*/
        /* font-family: Arial, Helvetica, sans-serif;*/
        /* color:#000;*/
	/* text-align: center;*/
        /* position:relative;*/
}
a:link {
	color: #ff0000;
}
a:visited {
	color: #ff0000;
}
a:hover {
	color: #000;
}
a:active {
	color: #ff0000;
}
#content {
        width:60%;
       margin-left:37%;
       margin-top:16%;
}
.newstyle {
        margin-top:5%;
	text-align: center;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        position:relative;
}
.wrapper { 
       width:100%; 
       margin:0 auto;
} 
.resize { 
       width:100%;
       height:auto;
}
.resizeplay { 
       width:70%;
       height:auto;
}