/*
This layout and design CSS is for the website of
Intuitiv Solutions Inc. (intuitiv.ph)
only and may not be used for any other purpose.

*/

@charset "utf-8";
body {
	background-color: #12242f;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px;
	padding:0px 0px 20px 0px;
}
body, td, th {
	color:#aae4f5;
	font-size:14px;
	font-family:'RobotoRegular', Arial, sans-serif;
	text-align:center;
}

p {line-height:24px; margin:0px; padding:0px 0px 10px 0px;}

img {border:none;}

a {color:#b0ecfc; text-decoration:none;}
a:hover {color:#ffffff; text-decoration:underline;}

.content {
	width:580px;
	padding:383px 0px 0px 0px;
	margin:auto;
	background-image:url(images/intuitiv.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 28, 2012 01:34:40 AM America/New_York */



@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}