/*:: FILE: styles.css ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Title              	:   BASIC LAYOUT STYLE FOR DIVS AND OTHERS
Source             	:   styles_agecheck.css
Created by        	:   MvD
Developed by       	:   MvD
Last Modified by 	:   MvD
Version           	:	0.1
Creation date     	: 	24/04/08
Modification date 	:	24/04/08
Description       	:	sets basic layout for www.torres.nl - Agecheck
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/ 

* { margin:0; padding: 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; } 

body { background-color:#3c020c;  margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#3f4658;}

container { position:relative; border:1px solid #000000; width:661px; height:354px;}

logo { position:relative; height:160px; width:404px; float:left; text-align:center; }

main { width:661px; height:176px; float:left; background-image:url(images/bg_main.png); }
main_txt { width:404px; height:176px;  }


footer { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#999999;}