@charset "UTF-8";
/* wearelike.com **TEMPORARY** CSS */

* { margin: 0px; padding: 0px; }

body {
	margin: 0px;
	
	background-image: url(bg_relax.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: black;
}

div#topbar {
	position: absolute;
	top: 0px,;
	left: 0px;
	width: 100%;
	height: 3px;
	background-color: white;
}

div#footer {
	position: absolute;
	bottom: 30px;
	right: 30px;
	height: 4px;
}

div#content {
	position: absolute;
	top: 30px;
	left: 30px;
}


td#headline {
	font: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -.1em;
	color: white;
	padding-bottom: 35px;
	padding-left: 2px;
	padding-right: 2px;
}

td.text {
	padding-left: 1px;
	padding-right: 1px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

td#contact {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	color: black;
	background-color: white;
}

.italic {
	font-style: italic;
}

.whitebg {
	padding-left: 2px;
	padding-right: 2px;
	background-color: white;
	color: black;
}

.alright {
	color: white;
	font-style: italic;
	font-size: 12px;
}


a:link, a:visited, a:active { text-decoration: none; background-color: white; color: black; padding-left: 2px; padding-right: 2px; }
a:hover { background: none; color: white; padding-left: 2px; padding-right: 2px; }
