
body {
margin: 0;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 0px;
	height: 0px;
	background-color: white;
}

#soda-logo {
	margin: 0;
	padding: 0;
	position: relative;
	width: 0px;
	height: 0px;
	background-image: none;
	background-repeat: no-repeat;
}

#acc-logo {
	margin: 0;
	padding: 0;
	position: relative;
	width: 0px;
	height: 0px;
	background-image: none;
	background-repeat: no-repeat;
}

#soda-title {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: normal;
	position: relative;
}

#soda-subtitle {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: normal;
	position: relative;
}

#black-line {
	width: 0px;
	height: 0px;
	color: white;
	border-top: none;
	background-color: white;
}

form{
	visibility: collapse;
}

* html form, * html a{
	visibility: hidden;
}

form, sf-block, label, sf-label, select, option, input{	
	height: 0px;
    width: 0px;
    display: none;
}

#jump-home, #jump-second, #jump-third{
	display: none;
}

