html, body {
	margin:0 auto 0 auto;
	background-color: white;
}


#container_pic {
	background-image: url("images/index.png");
	width:  800px;
	height:  350px;	
	margin: 0 auto 0 auto;
	margin-top: 50px;
}

.enter {
	width: 800px;
	height: 35px;
	margin: 0 auto 0 auto;
}

.enter_blank {
	float: left;
	width: 197px;
	height: 35px;
	background-color: white;
}


.english {
	float: left;
	width: 200px;
}

.english p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: black;
	margin-top:8px;
	text-align: center;
	font-size:12px;
}


.line{
	float: left;
	background-image: url("images/line_pic.png");
	width: 5px;
	height: 35px;	
}

.spanish{
	float: left;
	width: 200px;
}

.spanish p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	margin-top:8px;
	text-align: center;
}

#contact {
	width: 800px;
	height: 35px;
	margin: 0 auto 0 auto;
}

.contact_blank {
	float: left;
	width: 200px;
	height: 35px;
	background-color: white;
}


#contact_txt {
	float: left;
	width: 400px;
}

#contact_txt p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: black;
	margin-top:8px;
	text-align: center;
	font-size:12px;
}

#publi {
	width:1000px;
	height:90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#follow {
	width:800px;
	height:50px;
	margin:0 auto 0 auto;
	text-align:center;
}

#follow p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: black;
	margin-top:8px;
	text-align: center;
	font-size:12px;
	}

#designers {
	width: 800px;
	height: 35px;
	margin: 0 auto 0 auto;
}

.designers_blank {
	width: 200px;
	height: 35px;
	background-color: white;
	float: left;
}

#design {
	width: 300px;
	height: 35px;
	float: left;
}

#design p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: black;
	margin-top:8px;
	text-align: center;
	font-size:10px;
}

#prog_host {
	width: 200px;
	height: 35px;
	float: left;
}

#prog_host p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: black;
	margin-top:6px;
	text-align: center;
	font-size:10px;
}

