@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding:0;
	margin:0;
	background-color: #000000;
}
html{
    overflow: hidden;
}
body,html {
	width:100%;
    height:100%;
}
p {
	margin:0;
	margin-bottom:10px;
    margin-top:10px;
}
img {
	border:none;
}
a {
	color: #CCCCCC;
	font-weight: bold;
}
a img {
	border:none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


#wrapper{
	margin:0;
	height:100%;
    width:100%;
}

#flashcontent{
    margin:0;
    width:100%;
    height:100%;
}

#no-flash{
    min-height:300px;
    color:#000000;
    background: #ffffff url('../images/background.png') repeat-x;
}
#blackglove-logo{
	margin-left: 30px;
	margin-top: 0px;
    padding-top:20px;
}

#no-flash-content{
    margin-left:125px;
    margin-top:20px;
    padding-bottom:20px;
    width:40%;
}
#content{
	margin:0;
}

#content_main{
	background:url('../images/hand.png') no-repeat 25px 20px;
}

#content_title{
	padding-top: 20px;
	margin-left: 125px;
}
#title_main{
	width:100%;
	background:url('../images/bar_bg.png') repeat-x;
}

#content_text{
	width: 50%;
	margin-left: 130px;
	margin-top: 20px;
}


