@charset "utf-8";
/********************************* 
* Brightsquare Inc. landing page
* Http://www.brightsquareinc.com
**********************************/

html {
font-size:100.1%;
}

body {
background:#BBBCBF;
font-size:16px
}

a {
color:#202020; 
font-weight:700;
text-decoration:none
}

a:hover {
color: #E9657F;
}

#wrap {
position:absolute;
width:750px;
height:620px;
margin: 5% 50% 50% 50%;
overflow:hidden;
left:-350px;
}

#innerwrap {
	position:absolute;
	top:0px;
	width:700px;
	height:454px;
	margin-left:0px;
	background:#ff0000;
	border:1px solid #000000;
}
	
#click{
	position:relative;
	margin-left:70px;
	margin-top:175px;
	height:180px;
}

#clickmessage {
	font-family:Arial;
	position:absolute;
	top:470px;
	margin-left:275px;
	font-size:12px;
	color:#202020;
	font-weight:bold;
}


#logo {
	position:absolute;
	top:490px;
	margin-left:320px;
}

#companyname {
	font-family:Arial;
	font-variant: small-caps;
	color:#202020;
	font-size:14px;
	margin-left:260px;
	font-weight:bold;
	position:absolute;
	top:555px;
}

#companyaddress {
	font-family:Arial;
	font-variant: small-caps;
	color:#202020;
	font-size:12px;
	margin-left:80px;
	font-weight:bold;
	width:544px;
	position:absolute;
	top:575px;
	text-align:center;
	line-height:14px;
}