


#boxx1 {
position: absolute;
    top: 50px;
    height: 170px;
    width: 180px;
    border: 0px solid black;
    
    left: 50px;
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#box {
	margin: 0 auto;
	background: #FBA505;
	border: 1px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 2px 4px rgba(0,0,0,.4);
	width:600px;
	height:460px;
}

#backgr

{

 width: 4000px;
     height: 4000px;
      background-color: #ffffff;
     border: 0px solid black;
     opacity: 0.1;
     filter: alpha(opacity=60);     

}

.startSBlock {
	margin: inherit;
	width: 800px;
	padding-left: 25px;
	text-align: left;
	border: 1px solid #EFEFEF;
	font-size: 12px;
}
.links {
	text-decoration: none;
	font-family: 'Times New Roman',Times,serif;
	font-weight: bold;
	color: #800000;
}
.spacer {
		margin-top: 100px;
}
#linksExtern {
	font-size: 11px;
	font-family: arial;
	float: left;
}
br {
	clear: both;
}
#standards {
	width: 700px;
}
content {
	float: right;
	width: 300px;
	text-align:left;
	font-style:italic;
}
label {
	float: left;
	width: 400px;
	text-align: left;
}
h1 {
	
	font-family: Verdana, helvetica;
}
#Welcome {
	color: #800000;
	line-height: 30px;
	border-bottom: 1px solid #EFEFEF;
	width: 1160px;
}
#footerTable {
	padding: 20px;
	float: left;
}





