html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #454545;
	color: white;
	text-align: center;
	font-family: Verdana;
	background-position: center top;
	display: block;
}

/*\*/
.swc0, .swc1 {
	height: 100%;
}
.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
}
/**/
.swc1 {
	white-space: nowrap;
}
.swc2 {
	/*border: 1px solid #333;*/
	padding: .3em .5em;
}
/* in IEM solo shrink-wrap, no vert.center \*//*/
.swc1 {
	text-align: center;
}
.swc2 {
	display: inline-block;
	text-align: left;
	width: 1px;
}
/**/

a, a:link, a:visited, a:active, a:hover {
	color: #888;
	text-decoration: none;
	margin: 3px;
	font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
}

h1.hidden, h2.hidden {
	display:none;
}

h1 {
	position: relative;
	font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.5em;
}
	
h2#subtitle {
	font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: 0.2em;
	color: #888;
	text-align: right;
}

h6 {
	font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	letter-spacing: 0.03em;
	margin: 10px 5px 2px 3px;
	padding: 0px;
}

#north {
  text-align: center;
  width: 100%;
  height: 120px;
  display: table;
  margin: 0px;
	padding: 0px;
	/*#position: relative;
	overflow: hidden;
	border: 1px solid green;
	*/
}

.vcenterdiv1 {
  display: table-cell; 
  vertical-align: middle;
  /*
  border: 1px solid blue;
  #position: absolute;  
  #top: 50%;
  */
}

.vcenterdiv2 {
  #position: relative;  
  #top: -50%;
  /*
  border: 1px solid red;
  */
}

.vcenterimg {
  display: block;
  margin: 1em auto;
}

#center {
  background-color: #000000;
  text-align: center;
  width: 100%;
  height: 400px;
  display: table;
  text-align: center;
  margin: 0px;
	padding: 0px;
	#position: relative;
}

#links {
  #position: absolute;
  #top: 50%;
  #left: 0;
  display: table-cell; 
  vertical-align: middle;
  text-align: center;
}

#link_daniel, #link_daniel:link, #link_daniel:visited {
	background: url(daniel.png) no-repeat left;
	text-decoration: none;
	display: block;
	height: 230px;
	width: 190px;
	float: left;
	margin: 5px;
}

#link_daniel:active, #link_daniel:hover {
	background: url(daniel_h.png) no-repeat left;
}

#link_alina, #link_alina:link, #link_alina:visited {
	background: url(alina.png) no-repeat left;
	text-decoration: none;
	display: block;
	height: 230px;
	width: 190px;
	float: left;
	margin: 5px;
}

#link_alina:active, #link_alina:hover {
	background: url(alina_h.png) no-repeat left;
}

#link_salvadora, #link_salvadora:link, #link_salvadora:visited {
	background: url(salvadora.png) no-repeat left;
	text-decoration: none;
	display: block;
	height: 230px;
	width: 190px;
	float: left;
	margin: 5px;
}

#link_salvadora:active, #link_salvadora:hover {
	background: url(salvadora_h.png) no-repeat left;
}

#link_zeceani, #link_zeceani:link, #link_zeceani:visited {
	background: url(zeceani.png) no-repeat left;
	text-decoration: none;
	height: 230px;
	width: 190px;
	float: left;
	margin: 5px;
}

#link_zeceani:active, #link_zeceani:hover {
	background: url(zeceani_h.png) no-repeat left;
}

#link_atlassx, #link_atlassx:link, #link_atlassx:visited {
	background: url(atlassx.png) no-repeat left;
	text-decoration: none;
	height: 230px;
	width: 190px;
	float: left;
	margin: 5px;
}

#link_atlassx:active, #link_atlassx:hover {
	background: url(atlassx_h.png) no-repeat left;
}

#link_photos, #link_photos:link, #link_photos:visited {
	background: url(photos.png) no-repeat left;
	text-decoration: none;
	height: 230px;
	width: 190px;
	float: left;
	margin: 5px;
}

#link_photos:active, #link_photos:hover {
	background: url(photos_h.png) no-repeat left;
}

div#links a span {
  display: none;
}

div#links a:hover span {
  display: block;
  position: absolute; 
  top: 490px; /*north.height + center.height - this.height+*/
  height: 30px;
  width: 100%;
  left: 0;
  padding: 0px; 
  margin: 0px;
  z-index: 100;
  color: white;
  background: black;
  text-align: center;
  font-weight: bold;
	font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
}

#south {
  text-align: center;
  width: 100%;
  height: 100%;
  display: table;
}